Skip to content

Commit

Permalink
build(fix): 不要な feature flag を削除 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1sk9 authored Oct 28, 2023
1 parent 1c229f1 commit e215e8c
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 @@ -3,7 +3,7 @@ FROM rust:1.73.0-bullseye as Builder
WORKDIR /root/app
COPY --chown=root:root . .

RUN cargo build --release --bin babyrite --features enable_sentry
RUN cargo build --release --bin babyrite

FROM debian:bullseye-slim as Runner

Expand Down

0 comments on commit e215e8c

Please sign in to comment.