Archived
2
0
Fork 0
This repository has been archived on 2024-06-09. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mastodon/Procfile.dev
abcang bea117a4b6 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
2017-05-04 04:39:50 +02:00

3 lines
132 B
Text

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