Dockerfile udate

This commit is contained in:
2025-10-21 22:15:46 +03:00
parent 4b6b9fa5d1
commit b5a7c31277
2 changed files with 0 additions and 15 deletions

View File

@@ -1,7 +0,0 @@
FROM node:22-alpine
WORKDIR /app
COPY package*.json ./
RUN npm ci || npm i
COPY . .
EXPOSE 5173
CMD ["npm","run","dev","--","--host","0.0.0.0"]