Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Timtech4u authored May 9, 2024
1 parent ccb9c04 commit e29d608
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ARG PROJECT_ID=""
FROM clux/muslrust:stable as chef
WORKDIR /siwe-oidc
RUN cargo install cargo-chef
Expand Down Expand Up @@ -32,7 +31,7 @@ RUN cargo build --release
FROM alpine
ARG PROJECT_ID
ENV PROJECT_ID=${PROJECT_ID}
COPY --from=builder /siwe-oidd/target/x86_64-unknown-linux-musl/release/siwe-oidc /usr/local/bin/
COPY --from=builder /siwe-oidc/target/x86_64-unknown-linux-musl/release/siwe-oidc /usr/local/bin/
WORKDIR /siwe-oidc
RUN mkdir -p ./static
COPY --from=node_builder /siwe-oidc/static/ ./static/
Expand Down

0 comments on commit e29d608

Please sign in to comment.