From 04862a348bc8f76ac1fb58dec6f1a7dcb6fad59a Mon Sep 17 00:00:00 2001 From: j8seangel Date: Wed, 5 Jun 2024 18:11:06 +0200 Subject: [PATCH] fix nginx config --- apps/image-labeler/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/image-labeler/Dockerfile b/apps/image-labeler/Dockerfile index 0579fb1ca4..b3874469f3 100644 --- a/apps/image-labeler/Dockerfile +++ b/apps/image-labeler/Dockerfile @@ -15,7 +15,7 @@ # https://github.com/alpinelinux/docker-alpine/issues/182 FROM nginx:stable-alpine as production -COPY ./nginx.conf /etc/nginx/nginx.conf +COPY ./nginx.conf /etc/nginx/nginx.template # COPY --from=htpasswd /home/.htpasswd /home/.htpasswd # RUN cat /home/.htpasswd >> /etc/nginx/.htpasswd COPY ./entrypoint.sh entrypoint.sh