Proper CI
Automate docker building of images and find a decent way to deploy multiple shards without restarting more than one shard within a 5s period.
FROM node:latest
MAINTAINER Macdja38
RUN echo "deb http://http.debian.net/debian jessie-backports main" >> /etc/apt/sources.list
RUN apt-get update && apt-get install -y --no-install-recommends ffmpeg && apt-get clean && npm install -g pm2 && npm install
WORKDIR /docker/pvpcraft/pvpcraft/
CMD ["pm2-docker", "/docker/pvpcraft/pvpcraft/pm2.json"]
Would be great to get @rtizzy 's help on this, Thanks!
Was inside a codeblock so didn't ping me @macdja38. I'll try and take a look at this during the next few weeks :)
ohh huh, I guess the codeblock has to end at the start of a line instead of at the end of a line of code.
@macdja38 Can you assign this to me so it pops up in my issue queue?
@macdja38 First step is to bring the Dockerfile into the repo. I created a pull request with the above code.
@rtizzy I can't seem to assign it to you. https://github.com/isaacs/github/issues/100