Skip to content

Commit

Permalink
dockerfile location
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jul 30, 2024
1 parent 23fa091 commit a339ee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/fresh_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,9 @@ build_microservice_images() {

cd $WKDIR/mrt-services

if [[ -f "ingest/Dockerfile" ]]
if [[ -f ingest/Dockerfile ]]
then
echo "using old Dockerfiles..."
build_image_push ${ECR_REGISTRY}/mrt-ingest:dev ingest
build_image_push ${ECR_REGISTRY}/mrt-inventory:dev inventory
build_image_push ${ECR_REGISTRY}/mrt-store:dev store
Expand Down

0 comments on commit a339ee8

Please sign in to comment.