From 542e2137fa805b0daf5e61b703babd58872259ed Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Thu, 7 Nov 2024 15:55:48 +0000 Subject: [PATCH] Change nginx.conf COPY --- docker/tna-python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/tna-python/Dockerfile b/docker/tna-python/Dockerfile index 61a0383..a23f4b8 100644 --- a/docker/tna-python/Dockerfile +++ b/docker/tna-python/Dockerfile @@ -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.