mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-05 20:32:35 +02:00
First webui commit
This commit is contained in:
parent
e38f5d08ab
commit
c4611b92f8
2011 changed files with 30382 additions and 1874 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
docker run -it --rm -v "$(pwd):/src" -u "$(id -u):$(id -g)" --network host --workdir /src/webui node:lts /bin/bash
|
||||
docker run -it --rm -v "$(pwd):/src" -u "$(id -u):$(id -g)" -p 4173:4173 -p 5173:5173 --workdir /src/webui node:lts /bin/bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue