mirror of
https://github.com/status-im/autobounty.git
synced 2025-01-09 21:36:21 +00:00
7 lines
137 B
Bash
Executable File
7 lines
137 B
Bash
Executable File
|
|
CONTAINER_ID="$(docker ps -lq)"
|
|
docker stop ${CONTAINER_ID}
|
|
docker build -t autobounty .
|
|
sudo docker run -d -p 8080:8080 autobounty &
|
|
|