We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc3cb1 commit 27fe5a8Copy full SHA for 27fe5a8
.github/workflows/main.yml
@@ -40,5 +40,6 @@ jobs:
40
git pull origin main
41
echo "${{ secrets.ENV_FILE_CONTENT }}" > .env
42
docker-compose down
43
+ sudo kill -9 $(sudo lsof -t -i:1337)
44
docker compose up -d --build
45
EOF
0 commit comments