search database has to be a file, as in-memory dbs are per connection
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Has been cancelled

This commit is contained in:
Sebastian Hugentobler 2024-06-26 16:14:58 +02:00
parent 97cf9db9ff
commit b8ed5b1cdf
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
7 changed files with 72 additions and 7 deletions

View file

@ -19,5 +19,6 @@ FROM scratch
COPY --from=builder /app /app
CMD ["/app", "--listen-address", "[::]:3000", "--", "/library"]
ENV TMPDIR=/
VOLUME ["/library"]
EXPOSE 3000