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 .