Skip to content

Commit

Permalink
Set port for goreman
Browse files Browse the repository at this point in the history
  • Loading branch information
flacks committed Jan 13, 2025
1 parent 506f1fb commit ffde1a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ run: browsers.json ## Runs the development server
else ifeq ($(OS), Linux)
ifeq ($(IS_NIXOS), true)
run: browsers.json
goreman start
goreman -b $(PORT) start
else
run: browsers.json
foreman start -p $(PORT)
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
libyaml.dev
zlib.dev
goreman # Use goreman since nginx launch will fail gracefully and launch Puma, as opposed to when using foreman
];
];

shellHook = ''
export PKG_CONFIG_PATH="${pkgs.openssl.dev}/lib/pkgconfig:${pkgs.postgresql.dev}/lib/pkgconfig:${pkgs.libyaml.dev}/lib/pkgconfig:${pkgs.zlib.dev}/lib/pkgconfig:$PKG_CONFIG_PATH";
Expand Down

0 comments on commit ffde1a8

Please sign in to comment.