Skip to content

Commit

Permalink
add helper script.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed May 16, 2023
1 parent 173f0ae commit f9572e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions stop.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
$CURRENT_PATH = Get-Location
Set-Location -Path ".\environment\local\"
try {
docker compose stop
} finally {
Set-Location -Path $CURRENT_PATH
}

0 comments on commit f9572e9

Please sign in to comment.