Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
juchiast committed Jan 2, 2025
1 parent b95fdb7 commit ca5161f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/flow-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM rustc as planner
COPY . .
RUN cargo chef prepare --recipe-path recipe.json

ARG PROFILE=release
env PROFILE=release

# Step 2: Cache project dependencies
FROM rustc as cacher
Expand Down

0 comments on commit ca5161f

Please sign in to comment.