9 lines
139 B
Bash
Executable File
9 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker build -t bnjbvr/gitlab-to-irc .
|
|
|
|
docker run --name gitlab-to-irc \
|
|
-p 1337:1337 \
|
|
-d -ti bnjbvr/gitlab-to-irc
|
|
|