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:
parent
908b96a370
commit
bea117a4b6
2 changed files with 14 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue