Update Dockerfile

This commit is contained in:
Stanisław Dzioba
2022-08-25 20:54:05 +02:00
committed by GitHub
parent 014ef7e771
commit c9bce8546c

View File

@@ -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"]