diff --git a/Dockerfile b/Dockerfile index 3b6a377..f19d4d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY src src COPY index.html . COPY vite.config.js . # Build static web files -RUN npm run build:react +RUN npm run build # Set working directory to nginx asset directory # Remove default nginx static assets WORKDIR /usr/share/nginx/html