Fix release version and date in UI. (#1025)

This commit is contained in:
Googol Lee
2024-08-27 21:46:29 +02:00
committed by GitHub
parent bef9e7c666
commit bb66a8b791
3 changed files with 10 additions and 1 deletions

View File

@@ -220,6 +220,8 @@ It may take a long time to build dependencies when launching servers first time.
```sh
$ docker build --target ui -t photoview/ui . # Build image for development
$ docker run --rm -it -v `pwd`:/app --network host --env-file ui/example.env photoview/ui \
npm install # Install dependencies
$ docker run --rm -it -v `pwd`:/app --network host --env-file ui/example.env photoview/ui \
npm run mon # Monitor source code and (re)launch UI server
```