last hotfix

This commit is contained in:
Stanislaw
2022-06-20 23:02:48 +02:00
parent 075945034d
commit 33344ea37b
2 changed files with 2 additions and 2 deletions

View File

@@ -18,4 +18,4 @@ jobs:
run: |
docker stop ${{ github.event.repository.name }} || true
docker rm ${{ github.event.repository.name }} || true
docker run -d ${{ github.repository }} -p 3000:3000
docker run -p 3000:3000 -d ${{ github.repository }}