diff --git a/german-app-frontend/Dockerfile b/german-app-frontend/Dockerfile index d1d82e3..d3d317d 100644 --- a/german-app-frontend/Dockerfile +++ b/german-app-frontend/Dockerfile @@ -36,9 +36,5 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf # Expose port EXPOSE 3000 -# Health check -HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \ - CMD wget --no-verbose --tries=1 --spider http://localhost:3000/ || exit 1 - # Entry point (nginx runs by default) CMD ["nginx", "-g", "daemon off;"]