chore: remove HEALTHCHECK from Dockerfile

This commit is contained in:
2026-08-13 11:36:00 +03:30
parent 356aae6e24
commit 2a3444e622
-4
View File
@@ -19,8 +19,4 @@ RUN npm run build
EXPOSE 5174
# Healthcheck targeting port 5174
HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
CMD wget --no-verbose --tries=1 --spider http://localhost:5174/ || exit 1
CMD ["npx", "vite", "preview", "--host", "0.0.0.0", "--port", "5174"]