Skip to content

Commit

Permalink
Docker restart
Browse files Browse the repository at this point in the history
  • Loading branch information
Kahn committed Sep 30, 2021
1 parent 87e3c2d commit 6e74a8b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions rebuild.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/bash

set -x

docker-compose stop
docker-compose rm -f

git pull

docker-compose up -d

0 comments on commit 6e74a8b

Please sign in to comment.