nginx run

This commit is contained in:
vabene1111
2025-07-28 21:48:19 +02:00
parent 5dc3116c44
commit 21526fb676

View File

@@ -43,7 +43,7 @@ COPY . ./
# delete default nginx config and link it to tandoors config
RUN rm -rf /etc/nginx/http.d
RUN ln -s /opt/recipes/nginx/conf.d /etc/nginx/http.d
RUN nginx
CMD ["nginx", "-g", "daemon off;"]
# commented for now https://github.com/TandoorRecipes/recipes/issues/3478
#HEALTHCHECK --interval=30s \