1er commit, mise en service
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM node:20-slim
|
||||
WORKDIR /app
|
||||
COPY package.json ./
|
||||
RUN npm install --only=prod
|
||||
COPY . .
|
||||
CMD ["npm", "start"]
|
||||
Reference in New Issue
Block a user