File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -342,16 +342,16 @@ create-env-digest-api:
342342
343343build-digest_service-api : create-env-digest-api
344344 @ echo -e " $( BUILD_PRINT) Build digest_service API service $( END_BUILD_PRINT) "
345- @ docker-compose -p common --file infra/api /docker-compose.yml --env-file ${ENV_FILE} build --no-cache --force-rm
346- @ docker-compose -p common --file infra/api /docker-compose.yml --env-file ${ENV_FILE} up -d --force-recreate
345+ @ docker-compose -p common --file infra/digest_api /docker-compose.yml --env-file ${ENV_FILE} build --no-cache --force-rm
346+ @ docker-compose -p common --file infra/digest_api /docker-compose.yml --env-file ${ENV_FILE} up -d --force-recreate
347347
348348start-digest_service-api :
349349 @ echo -e " $( BUILD_PRINT) Starting digest_service API service $( END_BUILD_PRINT) "
350- @ docker-compose -p common --file infra/api /docker-compose.yml --env-file ${ENV_FILE} up -d
350+ @ docker-compose -p common --file infra/digest_api /docker-compose.yml --env-file ${ENV_FILE} up -d
351351
352352stop-digest_service-api :
353353 @ echo -e " $( BUILD_PRINT) Stopping digest_service API service $( END_BUILD_PRINT) "
354- @ docker-compose -p common --file infra/api /docker-compose.yml --env-file ${ENV_FILE} down
354+ @ docker-compose -p common --file infra/digest_api /docker-compose.yml --env-file ${ENV_FILE} down
355355
356356
357357dump-mongodb :
You can’t perform that action at this time.
0 commit comments