Skip to content

Commit

Permalink
running in the correct port the api
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoavellanedat17 committed Jul 9, 2024
1 parent d2c7e6c commit fc6a35d
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
sudo docker run -d -p 3000:3000 --name fastapi-to-dos --restart unless-stopped fastapi-to-dos
docker run -p 8000:8000 fastapi-to-dos --restart unless-stopped fastapi-to-dos
EOF

0 comments on commit fc6a35d

Please sign in to comment.