Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
326eunjin authored Feb 24, 2024
1 parent 97b4b8c commit 421c725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
docker pull 326eunjin/isa-zip
docker run -d -p 8080:8080 326eunjin/isa-zip --env-file ./.env
docker run -d -p 8080:8080 --env-file ./.env 326eunjin/isa-zip

0 comments on commit 421c725

Please sign in to comment.