build: move SQL queries to root folder

This commit is contained in:
Mohamed Sohail 2023-02-28 10:37:30 +00:00
parent 010ba8c2cb
commit 4372b9dbf1
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ WORKDIR /service
COPY --from=build /build/cic-custodial .
COPY config.toml .
COPY queries .
COPY queries.sql .
CMD ["./cic-custodial"]