mirror of
https://github.com/status-im/autobounty.git
synced 2025-02-27 20:40:45 +00:00
restart script for the docker image stoping/building/launching
This commit is contained in:
parent
5b613d0324
commit
96ebc1d70f
6
restart.sh
Executable file
6
restart.sh
Executable file
@ -0,0 +1,6 @@
|
||||
|
||||
CONTAINER_ID="$(docker ps -lq)"
|
||||
docker stop ${CONTAINER_ID}
|
||||
docker build -t autobounty .
|
||||
sudo docker run -d -p 8080:8080 autobounty &
|
||||
|
Loading…
x
Reference in New Issue
Block a user