You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (-not (Get-Command docker -ErrorAction SilentlyContinue)) {
Write-Host "Error: docker is not installed. Please install Docker and try again. You can download and install from here: https://docs.docker.com/get-docker/"
exit 1
}
# script argument $1 should be the python project directory