mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
5 lines
190 B
Plaintext
5 lines
190 B
Plaintext
web: env PORT=3000 bundle exec puma -C config/puma.rb
|
|
sidekiq: env PORT=3000 bundle exec sidekiq
|
|
stream: env PORT=4000 yarn run start
|
|
webpack: ./bin/webpack-dev-server --listen-host 0.0.0.0
|