Skip to content

Commit

Permalink
updated docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Comarov committed May 4, 2024
1 parent fe6f786 commit ecb0679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
registry: docker.io
image: iliusa77/hello-world-python:${{ inputs.docker_tag }}
run: nohup python3 ./app.py
run: nohup python3 ./app.py &

0 comments on commit ecb0679

Please sign in to comment.