mirror of
https://github.com/Aras-ax/lottery.git
synced 2024-11-25 16:35:55 +08:00
8 lines
146 B
Bash
Executable File
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
|