Skip to content

Commit

Permalink
Update build-and-run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zzunipark authored Oct 16, 2024
1 parent be1ebd7 commit 545ac4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
done
- name: docker run new container
run: sudo docker run --name mindwayv2container --env-file /root/.env --rm -d -p 8080:8080 mindway-v2-backend
run: sudo docker run --name mindwayv2container --env-file /root/.env --rm -d -p 10000:8080 mindway-v2-backend

- name: delete old docker image
run: sudo docker system prune -f --filter "label!=dozzle"

0 comments on commit 545ac4d

Please sign in to comment.