wrong node in dockerfile

This commit is contained in:
Stanisław Dzioba
2022-12-16 21:53:38 +01:00
committed by GitHub
parent abddd180d6
commit 9adf762b89

View File

@@ -1,5 +1,5 @@
FROM node:16.10.0 FROM node:latest
WORKDIR /app WORKDIR /app
COPY ./ ./ COPY ./ ./
RUN npm install RUN npm install
CMD ["npm", "run", "start"] CMD ["npm", "run", "start"]