update Dockerfile
This commit is contained in:
@@ -10,6 +10,7 @@ VOLUME [ "/usr/src/app/data" ]
|
|||||||
# where available (npm@5+)
|
# where available (npm@5+)
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
COPY src/postinstall.js ./src/postinstall.js
|
COPY src/postinstall.js ./src/postinstall.js
|
||||||
|
COPY src/config.default.json ./src/config.default.json
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
# If you are building your code for production
|
# If you are building your code for production
|
||||||
|
|||||||
Reference in New Issue
Block a user