Skip to content
Snippets Groups Projects
Unverified Commit 827a91e8 authored by Marc Kohaupt's avatar Marc Kohaupt Committed by GitHub
Browse files

fix: config.env not found (#5410)

`bin/start` should most likely read `bin/config.env` instead of `config.env` as the working directory is probably *not* `./bin` but `.`
parent 4b2b258d
Branches
Tags
No related merge requests found
#!/usr/bin/env bash
source config.env
source bin/config.env
echo "Greenlight-v3 starting on port: $PORT"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment