Minor deploy fix (docker), 1.1.7

This commit is contained in:
Hexagon 2017-01-15 00:03:49 +01:00
parent 60b24afdbf
commit d55ae52565
2 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
FROM node:alpine FROM node:alpine
VOLUME /usr/src/app/public
RUN mkdir -p /usr/src/app RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY . /usr/src/app COPY . /usr/src/app
VOLUME /usr/src/app/public
RUN npm install RUN npm install
EXPOSE 8080 EXPOSE 8080
CMD [ "npm", "start" ] CMD [ "npm", "start" ]

View File

@ -1,6 +1,6 @@
{ {
"name" : "cryptalk", "name" : "cryptalk",
"version" : "1.1.6", "version" : "1.1.7",
"description" : "Encrypted HTML5/Node.JS instant chat", "description" : "Encrypted HTML5/Node.JS instant chat",
"main" : "server.js", "main" : "server.js",
"subdomain": "cryptalk", "subdomain": "cryptalk",