mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 20:59:03 +00:00
Fix release version and date in UI. (#1025)
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user