Skip to content

Commit

Permalink
fix: Fix dockerfile build
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Dec 11, 2023
1 parent c0ddce2 commit 95aeecb
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 @@ -14,7 +14,7 @@ COPY . .

ENV SQLX_OFFLINE=true

RUN cargo build --bin reacher_backend --release --target=x86_64-unknown-linux-musl
RUN cargo build --features=reacher_backend/worker --bin reacher_backend --release --target=x86_64-unknown-linux-musl

# ------------------------------------------------------------------------------
# Final Stage
Expand Down

0 comments on commit 95aeecb

Please sign in to comment.