From f935daf71bbac43db7f92f5ec4ace9b8e3de093a Mon Sep 17 00:00:00 2001 From: muchasxmaracas Date: Fri, 10 Jan 2025 00:24:17 +0100 Subject: [PATCH] chore: use correct webserver --- test.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.Dockerfile b/test.Dockerfile index 03e0256..acd10c2 100644 --- a/test.Dockerfile +++ b/test.Dockerfile @@ -23,7 +23,7 @@ FROM nginx:alpine COPY --from=build /app/dist/gallowhead /usr/share/nginx/html # Copy custom Nginx configuration (if needed) -COPY deploy/webserver/default-prod.conf /etc/nginx/conf.d/default.conf +COPY deploy/webserver/default-test.conf /etc/nginx/conf.d/default.conf # Expose port 80 EXPOSE 80