Skip to content

Commit

Permalink
Enable dev temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesTaylor7 committed May 27, 2024
1 parent 7a1894b commit bc5ae7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ COPY vendor/ vendor/
RUN cargo chef cook --release --recipe-path recipe.json
# Build application
COPY . .
RUN cargo build --release --bin citadels
# Temporary: remove dev flag later
RUN cargo build --release --bin citadels --features=dev

FROM alpine AS runtime
WORKDIR /app
Expand Down

0 comments on commit bc5ae7d

Please sign in to comment.