From 9b90cb75900d9b5bdfed9b9976ddda92886b1a44 Mon Sep 17 00:00:00 2001 From: lehel Date: Tue, 7 Oct 2025 15:49:56 +0200 Subject: [PATCH] dockerfile --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8c48c30..7fbb30b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,6 +39,10 @@ WORKDIR /user # Copy binary and config files COPY --from=builder /build/${BINARY_NAME} ./app + +# Copy migrations directory +COPY --from=builder /build/migrations ./migrations + COPY config.yaml . COPY db.yaml . COPY ui.html .