Skip to content

Commit

Permalink
Structured logging (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdellabitta authored Jan 5, 2025
1 parent b75cc4a commit 51a8ae3
Show file tree
Hide file tree
Showing 15 changed files with 852 additions and 152 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ecr-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,6 @@ jobs:
-t $ECR_REGISTRY/$ECR_REPOSITORY:$BRANCH_NAME \
-t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG \
--platform linux/amd64,linux/arm64 . \
--sbom=true \
--provenance=true \
--push
2 changes: 2 additions & 0 deletions .github/workflows/ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,6 @@ jobs:
-t $ECR_REGISTRY/$ECR_REPOSITORY:$BRANCH_NAME \
-t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG \
--platform linux/amd64,linux/arm64 . \
--sbom=true \
--provenance=true \
--push
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ HEALTHCHECK CMD ["curl", "-f", "http://localhost:3000/health"]
RUN npm run clean \
&& npm ci --ignore-scripts \
&& npm run build
CMD ["npm", "run", "start"]
CMD ["npm", "run", "start", "-s"]
Loading

0 comments on commit 51a8ae3

Please sign in to comment.