Skip to content

Commit

Permalink
added the related permisions in docer
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoavellanedat17 committed Jul 9, 2024
1 parent fc6a35d commit 44a7200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
sudo docker rm fastapi-to-dos || true
# Run new Docker container
docker run -p 8000:8000 fastapi-to-dos --restart unless-stopped fastapi-to-dos
sudo docker run -p 8000:8000 fastapi-to-dos --restart unless-stopped fastapi-to-dos
EOF

0 comments on commit 44a7200

Please sign in to comment.