Skip to content

Commit

Permalink
build: fix docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
pawan-live committed Dec 20, 2024
1 parent 9996e10 commit 6f00493
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 @@ -35,7 +35,7 @@ jobs:
docker pull pawanlive/rc-api:latest
docker stop rc-api || true
docker rm rc-api || true
docker run -d --name rc-api \
docker run --network=host -d --name rc-api \
-p 1337:1337 \
--env-file /home/rheumac/.env \
pawanlive/rc-api:latest
Expand Down

0 comments on commit 6f00493

Please sign in to comment.