mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-05 12:22:35 +02:00
3 lines
134 B
Bash
3 lines
134 B
Bash
#!/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
|