Skip to content

Commit

Permalink
Change nginx.conf COPY
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 7, 2024
1 parent 8bf25b2 commit 542e213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/tna-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# allows us to use a reverse proxy and serve
# the application through HTTPS
# ==========================================
COPY --chown=app bin/nginx.conf /etc/nginx/nginx.conf
COPY lib/nginx.conf /etc/nginx/nginx.conf

# ==========================================
# 1.
Expand Down

0 comments on commit 542e213

Please sign in to comment.