Odstranit z1/frontend/Dockerfile

This commit is contained in:
Tetiana Mohorian 2025-03-18 20:33:20 +00:00
parent b0afb3755d
commit 62264ac2ad

View File

@ -1,7 +0,0 @@
FROM node:18
WORKDIR /app
COPY package.json package-lock.json ./
RUN npm install
COPY . .
RUN chmod +x node_modules/.bin/vite # ✅ Даем Vite права на выполнение
CMD ["npm", "run", "dev"]