project setup
This commit is contained in:
8
frontend/Dockerfile
Normal file
8
frontend/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM node:21-alpine
|
||||
|
||||
WORKDIR /app
|
||||
COPY ./app /app
|
||||
|
||||
RUN npm ci
|
||||
|
||||
CMD [ "npm", "start" ]
|
||||
Reference in New Issue
Block a user