Skip to content

Commit

Permalink
no need to configure port/host/environment in Procfile.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Sep 30, 2024
1 parent 5b9c6d3 commit 298e259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
web: bundle exec rails server -p 3000 -b ${HOST:="127.0.0.1"} --environment ${RAILS_ENV:="development"}
web: bundle exec rails server
angular: npm run serve
worker: bundle exec good_job start

0 comments on commit 298e259

Please sign in to comment.