From e49586a130c12a6917588d6d90cd233c3fabc42d Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Wed, 18 Dec 2024 18:02:47 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dad0075..be35748 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ COPY . . RUN yarn build -COPY dist /usr/share/nginx/html +COPY ./dist /usr/share/nginx/html COPY entrypoint.sh /usr/share/nginx/html/entrypoint.sh