Skip to content

Commit e0d59ec

Browse files
authored
fix: dockerfile
1 parent 8181836 commit e0d59ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# --- Rust builder ---
22
FROM rust:1.82 AS rust_builder
3+
WORKDIR /app
34
COPY . .
45
RUN cargo build --release
56

0 commit comments

Comments
 (0)