Skip to content

Commit 3ae4cea

Browse files
authored
Disable loading .env file when running foreman for development (#155)
1 parent e7261fb commit 3ae4cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install/dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ fi
88
# Default to port 3000 if not specified
99
export PORT="${PORT:-3000}"
1010

11-
exec foreman start -f Procfile.dev "$@"
11+
exec foreman start -f Procfile.dev --env /dev/null "$@"

0 commit comments

Comments
 (0)