Skip to content

Proper CI #55

Description

@macdja38

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions