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