Update Dockerfile

This commit is contained in:
fakesmile723 2023-07-05 14:31:46 +05:30 committed by GitHub
parent 4b07084607
commit c99ede06ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
FROM node:latest
FROM node:18-buster
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm install
COPY . .
CMD ["npm", "start"]
CMD ["npm", "start"]