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