Skip to content

Commit

Permalink
fix: node.dockerfile for js-starter (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
davemooreuws authored Jan 7, 2025
1 parent b9d3b7d commit 38c909a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1/javascript-starter/node.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ RUN yarn import || echo Lockfile already exists
RUN \
set -ex; \
yarn install --production --frozen-lockfile --cache-folder /tmp/.cache; \
rm -rf /tmp/.cache; \
rm -rf /tmp/.cache;

ENTRYPOINT node --import ./$HANDLER

0 comments on commit 38c909a

Please sign in to comment.