Coś się kończy, coś się zaczyna

This commit is contained in:
Stanisław Dzioba
2022-12-11 00:44:55 +01:00
committed by GitHub
parent 7a598f022d
commit 4409255f9b

View File

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