Skip to content

Commit

Permalink
cd into /home/config-server/ before running the flask server
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Jul 19, 2024
1 parent 5323dd6 commit 300183b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/aws/eks/pod/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ function setup_dante() {

function run_config_server() {
echo "run_config_server"
config-server/bin/flask run --host 127.0.0.1 --port 27015
cd /home/config-server/
/config-server/bin/flask run --host 127.0.0.1 --port 27015
}

function run_enclave() {
Expand Down

0 comments on commit 300183b

Please sign in to comment.