initial commit
This commit is contained in:
5
frontend/dev.Dockerfile
Normal file
5
frontend/dev.Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM node:22-alpine
|
||||
WORKDIR /app
|
||||
COPY package.json ./
|
||||
RUN npm install
|
||||
CMD ["npm", "run", "dev", "--", "--host"]
|
||||
Reference in New Issue
Block a user