mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-12 23:38:20 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user