admin felület különválasztva
This commit is contained in:
7
frontend_admin/Dockerfile.dev
Normal file
7
frontend_admin/Dockerfile.dev
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM node:20-slim
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
EXPOSE 8502
|
||||
CMD ["npm", "run", "dev"]
|
||||
Reference in New Issue
Block a user