Skip to content

Commit

Permalink
action update
Browse files Browse the repository at this point in the history
  • Loading branch information
xerexcoded committed Apr 22, 2024
1 parent b4745b2 commit 48d3ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
docker pull xeera/prag
docker stop prag || true
docker rm prag || true
docker run -d --name prag -p 80:8501 xeera/prag
docker run -d --name prag -p 8501:8501 xeera/prag

0 comments on commit 48d3ab5

Please sign in to comment.