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