Skip to content

Commit

Permalink
try run config server in background
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Nara committed Jul 23, 2024
1 parent 75bc3c5 commit 1e2cf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aws/eks/pod/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function setup_dante() {
function run_config_server() {
echo "run_config_server"
cd /home/config-server/
/config-server/bin/flask run --host 127.0.0.1 --port 27015
/config-server/bin/flask run --host 127.0.0.1 --port 27015 &
}

function run_enclave() {
Expand Down

0 comments on commit 1e2cf29

Please sign in to comment.