diff --git a/Dockerfile b/Dockerfile index 0895f3294..82f4e6ec9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,3 +19,4 @@ FROM nginx:alpine as serve-stage # Copy assets & config COPY --from=build-stage /app/www /usr/share/nginx/html COPY ./nginx.conf /etc/nginx/conf.d/default.conf +HEALTHCHECK --interval=10s --timeout=4s CMD curl -f http://localhost/assets/env.json || exit 1