lottery/dev.sh
2023-03-20 06:04:24 +08:00

8 lines
146 B
Bash
Executable File

TAG=${1:-latest}
docker run --rm -it \
-p 5003:8888 \
-p 443:443 \
-v "$(pwd)"/server/data:/lottery/server/data/ \
lottery:$TAG