From 87e02c6a918b4b14b7f4bf7f0f362323f3f95dac Mon Sep 17 00:00:00 2001 From: Tara Wilson Date: Thu, 20 Feb 2025 20:56:41 -0500 Subject: [PATCH] Fixing bug in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9eee385..7da4e25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ EXPOSE 80 FROM nginx:latest COPY ./nginx.conf /etc/nginx/conf.d/default.conf -COPY dist/troop20web /usr/share/nginx/html +COPY source/dist/troop20web /usr/share/nginx/html EXPOSE 80 CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file