Skip to content

Commit

Permalink
Add docker compose down to startup/update script
Browse files Browse the repository at this point in the history
  • Loading branch information
justitsi committed Oct 17, 2023
1 parent 7ca6b80 commit b1b268f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
git switch deploy

docker compose build
docker compose down
docker compose up -d

# remove dangling images as per
Expand Down

0 comments on commit b1b268f

Please sign in to comment.