Compare commits

..

No commits in common. "main" and "v0.2.3" have entirely different histories.
main ... v0.2.3

2 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,4 +3,3 @@ package-lock.json
build/ build/
pnpm-lock.yaml pnpm-lock.yaml
.vscode .vscode
.vercel

View File

@ -41,7 +41,7 @@ Simple docker deployment
```bash ```bash
# build docker image # build docker image
docker build . --build-arg PUBLIC_API_URL=<https://...> --build-arg PUBLIC_BASE_URL=<https://...> -t publite_frontend docker build . --build-arg PUBLIC_API_URL=<> --build-arg PUBLIC_BASE_URL=<> -t publite_frontend
# run it with docker # run it with docker
docker run -p <port>:8080 publite_frontend docker run -p <port>:8080 publite_frontend