Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joy-river authored Oct 8, 2024
1 parent 7baa3fc commit e9ea660
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 @@ -97,4 +97,4 @@ jobs:
- name: Run Nginx container
run: |
sudo docker run -d --name nginx --network kua_network -p 80:80 --restart always -v ./nginx.conf:/etc/nginx/nginx.conf nginx:latest
sudo docker run -d --name nginx --network kua_network -p 80:80 --restart always -v $GITHUB_WORKSPACE/nginx.conf:/etc/nginx/nginx.conf nginx:latest

0 comments on commit e9ea660

Please sign in to comment.