-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Liam Lloyd
committed
Aug 28, 2024
1 parent
655993f
commit 8c449d7
Showing
11 changed files
with
336 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,14 +14,19 @@ RUN npm run build -ws | |
|
||
|
||
FROM public.ecr.aws/lambda/nodejs:18 as final | ||
|
||
ARG AWS_RDS_CERT_BUNDLE | ||
|
||
WORKDIR ${LAMBDA_TASK_ROOT} | ||
|
||
RUN mkdir /etc/ca-certificates | ||
RUN echo -e $AWS_RDS_CERT_BUNDLE > /etc/ca-certificates/rds-us-west-2-ca-bundle.pem | ||
|
||
COPY --from=builder /usr/local/apps/stela/packages/record_thumbnail_attacher/dist ./packages/record_thumbnail_attacher/dist | ||
COPY --from=builder /usr/local/apps/stela/packages/record_thumbnail_attacher/package.json ./packages/record_thumbnail_attacher/package.json | ||
COPY --from=builder /usr/local/apps/stela/packages/logger/dist ./packages/logger/dist | ||
COPY --from=builder /usr/local/apps/stela/packages/logger/package.json ./packages/logger/package.json | ||
COPY --from=builder /usr/local/apps/stela/package.json ./package.json | ||
COPY --from=builder /usr/local/apps/stela/package-lock.json ./package-lock.json | ||
|
||
RUN npm install -g [email protected] | ||
RUN npm install --workspace @stela/record_thumbnail_attacher | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.