#!/bin/bash docker build -t bnjbvr/gitlab-to-irc . docker run --name gitlab-to-irc \ -p 1337:1337 \ -d -ti bnjbvr/gitlab-to-irc