Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit 0ca90b9

Browse files
committed
fix: port
1 parent 1bc7b01 commit 0ca90b9

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
@@ -5,6 +5,7 @@ FROM rust:1.83-slim as builder
55
WORKDIR /usr/src/app
66
COPY . .
77

8+
COPY Rocket.toml Rocket.toml
89
# Build your program for release
910
RUN cargo build --release
1011

0 commit comments

Comments
 (0)