mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 13:35:53 +00:00
Update nodejs in dockerfile
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
FROM node:0.10.32
|
||||
FROM node:0.10.33
|
||||
|
||||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
ADD package.json /usr/src/app/
|
||||
RUN npm install
|
||||
RUN npm install --production
|
||||
ADD . /usr/src/app
|
||||
|
||||
ENV NODE_ENV production
|
||||
|
||||
Reference in New Issue
Block a user