fix second time

This commit is contained in:
salvacybersec
2025-11-11 04:50:04 +03:00
parent e339477f66
commit 6a0d9169ed
3 changed files with 777 additions and 24 deletions

View File

@@ -53,6 +53,6 @@ EXPOSE 4173
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
CMD wget --no-verbose --tries=1 --spider http://localhost:4173 || exit 1
# Start preview server
CMD ["npm", "run", "preview", "--", "--host", "0.0.0.0"]
# Start static file server (production)
CMD ["npm", "run", "serve"]