Update README.md
This commit is contained in:
parent
e840ac4254
commit
588e09ac00
@ -41,7 +41,7 @@ Simple docker deployment
|
||||
|
||||
```bash
|
||||
# build docker image
|
||||
docker build . --build-arg PUBLIC_API_URL=<> --build-arg PUBLIC_BASE_URL=<> -t publite_frontend
|
||||
docker build . --build-arg PUBLIC_API_URL=<https://...> --build-arg PUBLIC_BASE_URL=<https://...> -t publite_frontend
|
||||
|
||||
# run it with docker
|
||||
docker run -p <port>:8080 publite_frontend
|
||||
|
Loading…
x
Reference in New Issue
Block a user