wrong node in dockerfile
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FROM node:16.10.0
|
||||
FROM node:latest
|
||||
WORKDIR /app
|
||||
COPY ./ ./
|
||||
RUN npm install
|
||||
CMD ["npm", "run", "start"]
|
||||
CMD ["npm", "run", "start"]
|
||||
|
||||
Reference in New Issue
Block a user