From d6c861fc85fdd2d9eb7eac1fe44c4f54ebe09aa2 Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 26 Oct 2023 11:52:04 +0100 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3d1fda2..3603419 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ COPY --from=build /usr/local/nginx /usr/local/nginx COPY --from=build /etc/nginx /etc/nginx # Copy custom Nginx configuration -COPY ./docker/nginx.conf /etc/nginx/nginx.conf +COPY ./nginx.conf /etc/nginx/nginx.conf # Expose the default HTTP port EXPOSE 80