Skip to content

Commit

Permalink
[TM-1401] Regenerate package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
roguenet committed Dec 5, 2024
1 parent 7d898ac commit 5ea4ea2
Show file tree
Hide file tree
Showing 3 changed files with 4,503 additions and 2,491 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
: # Don't build the base image with NODE_ENV because it'll limit the packages that are installed
docker build -t terramatch-microservices-base:nx-base .
SERVICE_IMAGE=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
docker build --build-arg NODE_ENV=production --build-arg BUILD_FLAG=--prod -f apps/${{ inputs.service }}/Dockerfile -t $SERVICE_IMAGE .
docker build --build-arg NODE_ENV=production --build-arg BUILD_FLAG='--prod --verbose' -f apps/${{ inputs.service }}/Dockerfile -t $SERVICE_IMAGE .
docker push $SERVICE_IMAGE
echo "image=$SERVICE_IMAGE"
Expand Down
Loading

0 comments on commit 5ea4ea2

Please sign in to comment.