gitlab-to-irc/docker-entrypoint.sh

10 lines
89 B
Bash
Raw Normal View History

2016-09-04 17:41:33 +00:00
#!/bin/bash
cd /opt/gitlab-to-irc
git pull origin master
npm install
node ./index.js