Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Apr 15, 2024
1 parent 4728afd commit cce3a55
Show file tree
Hide file tree
Showing 6 changed files with 606 additions and 228 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

## Version History

### v2.1.0

- :rocket: Use new metadata property

### v2.0.0

- :rocket: Use new Token features
Expand Down
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM public.ecr.aws/lambda/nodejs:18

COPY . ${LAMBDA_TASK_ROOT}/

RUN npm install
RUN npm install \
&& npm run build

CMD ["task.handler"]
CMD ["dist/task.handler"]
Loading

0 comments on commit cce3a55

Please sign in to comment.