Skip to content

Commit

Permalink
🐛 fix docker build error
Browse files Browse the repository at this point in the history
  • Loading branch information
starwiz-7 committed Jun 15, 2023
1 parent 70c7887 commit 99d1e56
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 @@ -32,7 +32,6 @@ FROM chef as builder
COPY --from=dep_cacher /siwe-oidc/target/ ./target/
COPY --from=dep_cacher $CARGO_HOME $CARGO_HOME
COPY --from=dep_planner /siwe-oidc/ ./
COPY --from=dep_planner /siwe-oidc/.env .env
RUN cargo build --release

FROM alpine
Expand Down

0 comments on commit 99d1e56

Please sign in to comment.