[CHORE] Fix Dockerfile
Some checks failed
Deploy Edge / deploy-edge (push) Failing after 2s
S3 Repo Backup / s3-repo-backup (push) Failing after 3s

This commit is contained in:
Dunemask 2024-08-09 20:19:26 -06:00
parent d24f39bff4
commit 98d2231490

View file

@ -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