Skip to content

Commit

Permalink
chore: deploy Dockerfile.base (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyjtaylor authored Mar 9, 2024
1 parent 445612a commit 972aa53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions infrastructure/cdk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"app": "npx ts-node --prefer-ts-exts bin/app.ts",
"versionReporting": false,
"watch": {
"include": [
"**"
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/src/images/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM node:20-alpine3.19 AS setup
RUN apk add --no-cache python3 make g++
RUN apk add --no-cache jq
RUN apk add --no-cache git
RUN apk add --no-cache aws-cli
RUN apk add --no-cache aws-cli

0 comments on commit 972aa53

Please sign in to comment.