diff --git a/.goreleaser.yaml b/.goreleaser.yaml index a70a6e4..e82b19a 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -17,3 +17,5 @@ archives: files: - LICENSE - config.toml + - queries + - migrations diff --git a/Dockerfile b/Dockerfile index 1e162f5..f9a4b69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ WORKDIR /service COPY --from=build /build/cic-custodial . COPY config.toml . +COPY queries . CMD ["./cic-custodial"]