Skip to content

Commit

Permalink
auth: fix prepare_args passing
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianbarbu committed Oct 5, 2023
1 parent d6b9629 commit 3e336d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Expand Up @@ -61,7 +61,7 @@ FROM docker.io/library/debian:bookworm-20230904-slim AS shuttle-auth
ARG CARGO_PROFILE
ARG prepare_args
COPY auth/prepare.sh /prepare.sh
RUN /prepare.sh "${prepare_args}}"
RUN /prepare.sh "${prepare_args}"
COPY --from=chef-builder /build/target/${CARGO_PROFILE}/shuttle-auth /usr/local/bin
ENTRYPOINT ["/usr/local/bin/shuttle-auth"]
FROM shuttle-auth AS shuttle-auth-dev
Expand Down

0 comments on commit 3e336d5

Please sign in to comment.