From 6711a1f9410966cc20bddeaf3dfd5b9b59bcb488 Mon Sep 17 00:00:00 2001 From: Avior Date: Mon, 2 Oct 2023 08:13:06 +0000 Subject: [PATCH] Update Dockerfile.static --- Dockerfile.static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.static b/Dockerfile.static index c842299..6f40aee 100644 --- a/Dockerfile.static +++ b/Dockerfile.static @@ -32,7 +32,7 @@ FROM docker.io/nginx:1-alpine WORKDIR /usr/share/nginx/html # Copy the nginx config -ADD ./.docker/nginx.conf /etc/nginx/nginx.conf +ADD ./nginx.conf /etc/nginx/nginx.conf # Copy dist fro mthe build image COPY --from=BUILD_IMAGE /home/node/dist ./