Last active
June 18, 2021 10:56
-
-
Save dcyoung-dev/16d11e5b53d33ec77e73b340ab086c61 to your computer and use it in GitHub Desktop.
Development Procfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
web: bundle exec rails server | |
worker: bundle exec sidekiq | |
webpack: bundle exec bin/webpack-dev-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment