Skip to content

Commit

Permalink
Merge pull request #1 from tidal-open-source/feature/fix_typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
goatherder authored Apr 24, 2023
2 parents 95d7afd + 7a9de2e commit 0f2c62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ RUN touch /usr/src/myapp/src/main.rs
RUN cargo build --release --target x86_64-unknown-linux-musl


RUN cp ${WORKDIR}/target/x86_64-unknown-linux-musl/release/edge-creds-pusher ootstrap
RUN cp ${WORKDIR}/target/x86_64-unknown-linux-musl/release/edge-creds-pusher bootstrap
RUN zip function.zip bootstrap

0 comments on commit 0f2c62c

Please sign in to comment.