key command fin v1

This commit is contained in:
Jay
2018-07-13 16:07:49 +08:00
parent e1ad83566b
commit 9f1f8c6b95
6 changed files with 148 additions and 28 deletions
+3
View File
@@ -5,6 +5,9 @@ RUN mkdir -p /data
WORKDIR /data
COPY . .
RUN rm -f .env
RUN apt-get update -qqy
RUN apt-get install -qqy imagemagick graphicsmagick
RUN apt-get clean
RUN npm install
EXPOSE ${NODE_PORT}
CMD ["npm", "run", "dbrun"]