about summary refs log tree commit diff
path: root/Procfile.dev
diff options
context:
space:
mode:
authorabcang <abcang1015@gmail.com>2017-05-04 11:39:50 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-05-04 04:39:50 +0200
commitbea117a4b6b674472658339fcf1692cc7868beb9 (patch)
tree8f4031ad364bce8b1a21b67f7ce660bfc5b1aec3 /Procfile.dev
parent908b96a370d08bbf9c9418f24ac50636b3f76e82 (diff)
changed to run foreman with vagrant (#2742)
* changed to run foreman with vagrant

* change port specification method and database setting

* delete changes of environment variable related code

* hard coated the port
Diffstat (limited to 'Procfile.dev')
-rw-r--r--Procfile.dev6
1 files changed, 3 insertions, 3 deletions
diff --git a/Procfile.dev b/Procfile.dev
index 35299f934..87da7a7f4 100644
--- a/Procfile.dev
+++ b/Procfile.dev
@@ -1,3 +1,3 @@
-web: bundle exec puma -C config/puma.rb
-stream: yarn run start
-webpack: ./bin/webpack-dev-server
+web: PORT=3000 bundle exec puma -C config/puma.rb
+stream: PORT=4000 yarn run start
+webpack: ./bin/webpack-dev-server --host 0.0.0.0