no need to configure port/host/environment in Procfile.dev

This commit is contained in:
Ivan Kuchin
2024-09-16 15:17:14 +02:00
parent 5b9c6d3957
commit 298e259192
+1 -1
View File
@@ -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