This commit is contained in:
morgan
2026-03-13 20:01:33 +03:00
parent cc7403191a
commit 80832aa0dd
2 changed files with 4 additions and 1 deletions

3
.dockerignore Normal file
View File

@@ -0,0 +1,3 @@
node_modules
.git
dist

View File

@@ -4,4 +4,4 @@ COPY package*.json ./
RUN npm install
COPY . .
EXPOSE 5173
CMD ["npm", "run", "dev", "--", "--host"]
CMD ["npx", "vite", "--host"]