Skip to content

Commit

Permalink
ci(docker): docker build process log
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang Li committed Jul 22, 2024
1 parent ad1ad69 commit 1471874
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 @@ -46,4 +46,4 @@ jobs:
docker pull $IMAGE
docker stop $CONTAINER || true
docker rm $CONTAINER || true
docker run -d --name $CONTAINER -p 80:80 $IMAGE
docker run --no-cache -d --name $CONTAINER -p 80:80 $IMAGE

0 comments on commit 1471874

Please sign in to comment.