Skip to content

Commit 0423993

Browse files
committed
remove unnecessary files from aws lambda image
1 parent d17f767 commit 0423993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN mv target/release/sqlpage bootstrap && \
1111
strip --strip-all bootstrap && \
1212
size bootstrap && \
1313
ldd bootstrap && \
14-
zip -9 -r deploy.zip bootstrap index.sql documentation.sql sqlpage
14+
zip -9 -r deploy.zip bootstrap index.sql
1515

1616
FROM public.ecr.aws/lambda/provided:al2 as runner
1717
COPY --from=builder /usr/src/sqlpage/bootstrap /main

0 commit comments

Comments
 (0)