This commit is contained in:
2025-10-10 11:05:50 +01:00
parent 4a6c3bc49c
commit 5e991d9fe0
6 changed files with 33 additions and 4 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ ARG DATABASE_URL
WORKDIR /build
COPY .cargo .cargo
# we don't want to copy this for now as we're using unstable settings for faster debug builds!
# COPY .cargo .cargo
COPY cdn cdn
COPY src src
COPY Cargo.toml Cargo.toml