mirror of
https://github.com/decolua/9router.git
synced 2026-05-08 12:01:28 +00:00
* [fix] macos * chore: clean up .gitignore by removing unnecessary start.sh entry --------- Co-authored-by: lokinh <locnh@uniultra.xyz>
4 lines
157 B
Bash
Executable File
4 lines
157 B
Bash
Executable File
docker stop 9router
|
|
docker rm 9router
|
|
docker build -t 9router .
|
|
docker run -d --name 9router -p 20128:20128 --env-file .env -v 9router-data:/app/data 9router |