Skip to content

Commit

Permalink
fixing Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed May 21, 2024
1 parent dbabed4 commit 76b93d0
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 @@ -17,6 +17,6 @@ RUN yum update \
&& git clone https://github.com/tailcallhq/tailcall \
&& cd tailcall \
&& cargo lambda build -p tailcall-aws-lambda --release \
&& cp target/lambda/release/tailcall-aws-lambda/bootstrap /tmp/bootstrap \
&& cp target/lambda/release/tailcall-aws-lambda/bootstrap /tmp/bootstrap

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 76b93d0

Please sign in to comment.