run nginx

This commit is contained in:
vabene1111
2025-07-28 21:37:22 +02:00
parent 8149b05185
commit 2a6a87ec16

View File

@@ -43,6 +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
# commented for now https://github.com/TandoorRecipes/recipes/issues/3478
#HEALTHCHECK --interval=30s \