Make sure to start server on port 3000

This commit is contained in:
Charlotte Van Petegem 2023-02-28 13:28:08 +01:00
parent 1ee5086c12
commit de3ddfce71
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -9,7 +9,7 @@ let
''; '';
support-procfile = pkgs.writeText "Procfile.supp" support-procfile-text; support-procfile = pkgs.writeText "Procfile.supp" support-procfile-text;
all-procfile-text = 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; all-procfile = pkgs.writeText "Procfile.all" all-procfile-text;