chore: remove HEALTHCHECK from Dockerfile
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user