From 0df4e90b0cce1bb4d8cccaea01bc9b4c53eb827e Mon Sep 17 00:00:00 2001 From: Elias Renman Date: Tue, 25 Mar 2025 15:50:42 +0100 Subject: [PATCH] fix: dockerfile copy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c88e022..3194d53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ FROM rust:slim RUN apt update && \ apt install -y libsqlite3-dev -COPY --from=bun-builder /app/web/dist ./web/dist +COPY --from=bun-builder /app/web/dist /app/web/dist WORKDIR /app