pvpcraft icon indicating copy to clipboard operation
pvpcraft copied to clipboard

Proper CI

Open macdja38 opened this issue 7 years ago • 5 comments

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!

macdja38 avatar Jan 22 '18 18:01 macdja38

Was inside a codeblock so didn't ping me @macdja38. I'll try and take a look at this during the next few weeks :)

rtizzy avatar Jan 22 '18 19:01 rtizzy

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 avatar Jan 22 '18 19:01 macdja38

@macdja38 Can you assign this to me so it pops up in my issue queue?

rtizzy avatar Feb 01 '18 16:02 rtizzy

@macdja38 First step is to bring the Dockerfile into the repo. I created a pull request with the above code.

rtizzy avatar Feb 01 '18 16:02 rtizzy

@rtizzy I can't seem to assign it to you. https://github.com/isaacs/github/issues/100

macdja38 avatar Feb 01 '18 19:02 macdja38