prod v1
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM node:21-alpine
|
||||
WORKDIR /frontend
|
||||
COPY package.json .
|
||||
RUN npm install
|
||||
COPY . .
|
||||
EXPOSE 3000
|
||||
CMD ["npm", "run", "start:dev"]
|
Reference in New Issue
Block a user