Skip to content

Commit 9da92cd

Browse files
authored
Fix Procfile.dev (#2749)
In #2744, we moved away from Unicorn and switched to puma. While Procfile got updated, Procfile.dev did not.
1 parent 8b0e79b commit 9da92cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile.dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
1+
web: bundle exec puma -C config/puma.rb
22
js: yarn build --watch
33
css: yarn build:css --watch

0 commit comments

Comments
 (0)