gitlab-to-irc/docker-entrypoint.sh

10 lines
89 B
Bash

#!/bin/bash
cd /opt/gitlab-to-irc
git pull origin master
npm install
node ./index.js