mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
refactor: update environment variable loading in installation scripts
This commit is contained in:
@@ -16,7 +16,11 @@ set -a
|
||||
bash configure.sh
|
||||
|
||||
# Load env values from config.env
|
||||
export $(grep -v '^#' config.env | xargs) && docker compose pull
|
||||
set -a
|
||||
source config.env
|
||||
set +a
|
||||
|
||||
docker compose pull
|
||||
|
||||
# Start all containers.
|
||||
npm start
|
||||
|
||||
Reference in New Issue
Block a user