Skip to content

Commit

Permalink
Add package.json to build artifact
Browse files Browse the repository at this point in the history
So Lambda will pick up {type: module}
  • Loading branch information
farski committed Jan 10, 2024
1 parent 720618e commit 8f5eae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ADD . .

# This zip file is what will be deployed to the Lambda function.
# Add any necessary files to it.
RUN zip --quiet --recurse-paths /.prxci/build.zip src
RUN zip --quiet --recurse-paths /.prxci/build.zip src package.json

0 comments on commit 8f5eae8

Please sign in to comment.