diff --git a/build-and-run.sh b/build-and-run.sh index d2fc903..4f1c526 100755 --- a/build-and-run.sh +++ b/build-and-run.sh @@ -1,3 +1,6 @@ +# Set the working directory +cd /services/duogradus/ + # Stop the current docker compose server docker compose down