Skip to content

Commit

Permalink
stop
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Apr 3, 2023
1 parent 440fd74 commit 5a41fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ dev-run *args='': init
@dev-remote: init
{{ if WITH_DOCKER == "total" { "just dev-docker -e WITH_FORKS=0" } else { "WITH_FORKS=0 iex -S mix phx.server" } }}

dev-proxied:
dev-proxied: docker-stop-web
docker compose --profile proxy up -d
docker logs bonfire_web -f

Expand Down

0 comments on commit 5a41fb3

Please sign in to comment.