.
This commit is contained in:
parent
d889be4b16
commit
81dc4367aa
1 changed files with 7 additions and 0 deletions
7
update.sh
Executable file
7
update.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/sh
|
||||
sudo docker stop maa
|
||||
sudo docker rm maa
|
||||
sudo docker rmi maa
|
||||
sudo docker build -t maa .
|
||||
sudo docker run -d --name maa maa
|
||||
sudo docker logs -f maa
|
Loading…
Reference in a new issue