Skip to content

Commit

Permalink
fix nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
j8seangel committed Jun 5, 2024
1 parent adcaf2a commit 04862a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/image-labeler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04862a3

Please sign in to comment.