Skip to content

Commit

Permalink
Remove "--base $base" (moved to vite.config.ts)
Browse files Browse the repository at this point in the history
  • Loading branch information
olibre committed Dec 6, 2023
1 parent ecc9e3d commit f9075a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ RUN set -ex ;\
sed -e "s|^VITE_ADDR=.*|VITE_ADDR=$addr|" -i .env ;\
sed -e "s|^VITE_BASE=.*|VITE_BASE=$base|" -i .env ;\
head .env ;\
npm run build --base ".$base" ;\
npm run build ;\
npm run compress

# --------------------------------------------------------------------
Expand Down

0 comments on commit f9075a0

Please sign in to comment.