gitlab-to-irc/run-docker.sh

9 lines
139 B
Bash
Raw Permalink Normal View History

2016-08-28 13:04:05 +00:00
#!/bin/bash
docker build -t bnjbvr/gitlab-to-irc .
docker run --name gitlab-to-irc \
-p 1337:1337 \
-d -ti bnjbvr/gitlab-to-irc