update Dockerfile

This commit is contained in:
Klemek
2021-03-30 19:56:08 +02:00
parent d0bebcba87
commit 4a3b8267ec
+1
View File
@@ -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