Make sure to start server on port 3000
This commit is contained in:
parent
1ee5086c12
commit
de3ddfce71
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ let
|
|||
'';
|
||||
support-procfile = pkgs.writeText "Procfile.supp" support-procfile-text;
|
||||
all-procfile-text = support-procfile-text + ''
|
||||
server: rails s
|
||||
server: rails s -p 3000
|
||||
'';
|
||||
all-procfile = pkgs.writeText "Procfile.all" all-procfile-text;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue