Skip to content

Commit

Permalink
Merge pull request solidusio#5949 from SuperGoodSoft/chore/allow-port…
Browse files Browse the repository at this point in the history
…-override-admin-dev-server
  • Loading branch information
tvdeyen authored Nov 21, 2024
2 parents 104f813 + d0e62d9 commit c560453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dev
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ if ! test -d sandbox; then
bin/sandbox
fi

export PORT=3000
export PORT=${PORT:-3000}
exec foreman start -f Procfile.dev "$@"

0 comments on commit c560453

Please sign in to comment.