Skip to content

Commit

Permalink
refs #123 - bug fix on startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoV-PDMFC committed Nov 10, 2022
1 parent 4977b27 commit 09c6d25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docker/api/startup-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ cp -r docker/api/config apihub-root/external-volume/config

echo "Starting server and building under ${ROLE}, ${FGT_API_CREDENTIALS}, ${SWAGGER_SERVER}"

npm update-docker-apihub-config && npm run server & ( sleep 5s ; npm run build-all ; npm run build-dsu-explorer ; cd fgt-api ; npm run boot-api )
npm run update-docker-apihub-config && npm run server & ( sleep 5s ; npm run build-all ; npm run build-dsu-explorer ; cd fgt-api ; npm run boot-api )
2 changes: 0 additions & 2 deletions octopus-freeze.json
Original file line number Diff line number Diff line change
Expand Up @@ -1080,5 +1080,3 @@
}
]
}


0 comments on commit 09c6d25

Please sign in to comment.