[CHORE] Fix Dockerfile
This commit is contained in:
parent
d24f39bff4
commit
98d2231490
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue