backend done
This commit is contained in:
9
backend/Dockerfile
Normal file
9
backend/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM node:22-bullseye
|
||||
|
||||
WORKDIR /opt/backend
|
||||
|
||||
COPY . .
|
||||
RUN npm i
|
||||
|
||||
EXPOSE 3000
|
||||
ENTRYPOINT ["npm", "run", "start"]
|
||||
Reference in New Issue
Block a user