We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17f767 commit 0423993Copy full SHA for 0423993
lambda.Dockerfile
@@ -11,7 +11,7 @@ RUN mv target/release/sqlpage bootstrap && \
11
strip --strip-all bootstrap && \
12
size bootstrap && \
13
ldd bootstrap && \
14
- zip -9 -r deploy.zip bootstrap index.sql documentation.sql sqlpage
+ zip -9 -r deploy.zip bootstrap index.sql
15
16
FROM public.ecr.aws/lambda/provided:al2 as runner
17
COPY --from=builder /usr/src/sqlpage/bootstrap /main
0 commit comments