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
This commit is contained in:
abcang 2017-05-04 11:39:50 +09:00 committed by Eugen Rochko
parent 908b96a370
commit bea117a4b6
2 changed files with 14 additions and 12 deletions

View file

@ -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