mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-13 05:29:09 +01:00
3 lines
145 B
Bash
Executable file
3 lines
145 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
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
|