diff --git a/Dockerfile b/Dockerfile index 1bbbc79..17a52ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,5 @@ RUN yarn build FROM nginx:1.25-alpine3.18 COPY --from=build /app/build /app COPY data /app/data -COPY nginx.conf /etc/nginx/nginx.conf \ No newline at end of file +COPY nginx.conf /etc/nginx/nginx.conf +HEALTHCHECK CMD curl -fsS -m 10 -o /dev/null http://localhost:8080