Skip to content

Commit a07e31d

Browse files
committed
Set default procfile for dev enviroment
1 parent 3eabf0e commit a07e31d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.foreman

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Defaults for foreman
2+
procfile: Procfile.dev

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ GoRails should help you to get started on Ruby on Rails.
5959
6. Start [webpack](https://webpack.github.io/) and the development app server
6060

6161
~~~ sh
62-
$ foreman start -f Procfile.dev
62+
$ foreman start
6363
~~~
6464

6565
7. You're all set! Simply login with the default username and password:

0 commit comments

Comments
 (0)