mirror of
https://github.com/Aras-ax/lottery.git
synced 2024-11-25 16:35:55 +08:00
7 lines
125 B
Bash
Executable File
7 lines
125 B
Bash
Executable File
TAG=${1:-latest}
|
|
|
|
rm -f lottery.tar.gz
|
|
tar -czvf lottery.tar.gz ../lottery/
|
|
docker build -t lottery:$TAG -f ./Dockerfile .
|
|
|