Update Dockerfile
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
FROM node:16.10.0
|
||||
WORKDIR /app
|
||||
COPY ./ ./
|
||||
RUN npm update
|
||||
RUN npm install
|
||||
CMD ["node", "main.js"]
|
||||
CMD ["node", "main.js"]
|
||||
|
||||
Reference in New Issue
Block a user