Skip to content

Commit

Permalink
fix dockerfile not copying renamed config template
Browse files Browse the repository at this point in the history
  • Loading branch information
David Smith committed Dec 15, 2023
1 parent d78e1e1 commit e19bc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM nginx:latest
RUN apt-get update && \
apt-get install -y apache2-utils && \
apt-get clean
COPY *.conf /etc/nginx/templates/
COPY *.template /etc/nginx/templates/
COPY run.sh /docker-entrypoint.d/90-http-auth-proxy.sh

0 comments on commit e19bc02

Please sign in to comment.