Skip to content

Commit

Permalink
remove unneeded app user use in lambda emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhodges committed Jul 30, 2024
1 parent 8b9dfec commit 41c4efd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ RUN curl -Lo /usr/local/bin/aws-lambda-rie \

COPY tools/autograph-monitor/lambda-selftest-entrypoint.sh /usr/local/bin/lambda-selftest-entrypoint.sh

USER app
ENTRYPOINT ["/usr/local/bin/aws-lambda-rie"]
CMD ["/go/bin/autograph-monitor"]

Expand Down

0 comments on commit 41c4efd

Please sign in to comment.