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