From 66ae87bac7a135be14893fe1a8f7a607ce729f17 Mon Sep 17 00:00:00 2001 From: abhishek Date: Mon, 15 Jun 2026 19:30:41 +0530 Subject: [PATCH] updates on the dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d04ccdf..06927f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN rm -rf ./* # 2. Copy your compiled static assets into the root folder. # NOTE: If your folder is named "dist" instead of "build", change "build/" to "dist/" -COPY build/ . +COPY dist/ . # 3. Copy your custom Nginx configuration (which you already have in your log) COPY nginx.conf /etc/nginx/nginx.conf