Skip to content

Commit

Permalink
chore: update docker compose to start agent while starting service us…
Browse files Browse the repository at this point in the history
…ing npm

Signed-off-by: Krishna Waske <[email protected]>
  • Loading branch information
GHkrishna committed Oct 21, 2024
1 parent 43893b0 commit b1ed82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/agent-provisioning/AFJ/scripts/start_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ if [ $? -eq 0 ]; then

docker rm -f "${PROJECT_NAME}" || true

docker compose -f $FILE_NAME --project-name "${PROJECT_NAME}" up -d
docker-compose -f $FILE_NAME --project-name "${PROJECT_NAME}" up -d
if [ $? -eq 0 ]; then

n=0
Expand Down

0 comments on commit b1ed82a

Please sign in to comment.