Hmm, reverting, 1.1.8
This commit is contained in:
parent
d55ae52565
commit
a6adc87e08
|
@ -1,8 +1,8 @@
|
|||
FROM node:alpine
|
||||
VOLUME /usr/src/app/public
|
||||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
COPY . /usr/src/app
|
||||
VOLUME /usr/src/app/public
|
||||
RUN npm install
|
||||
EXPOSE 8080
|
||||
CMD [ "npm", "start" ]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name" : "cryptalk",
|
||||
"version" : "1.1.7",
|
||||
"version" : "1.1.8",
|
||||
"description" : "Encrypted HTML5/Node.JS instant chat",
|
||||
"main" : "server.js",
|
||||
"subdomain": "cryptalk",
|
||||
|
|
Loading…
Reference in New Issue