Skip to content

Commit

Permalink
Merge pull request #5 from loloop/mc/sudo-docker
Browse files Browse the repository at this point in the history
adds sudo to docker call on deploy script
  • Loading branch information
loloop authored Oct 23, 2023
2 parents 7602a94 + 47ba29d commit d01f308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ git pull origin main
)
(
cd backend
docker compose up -d --build
sudo docker compose up -d --build
)

0 comments on commit d01f308

Please sign in to comment.