mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Update joex docker image
Must drop wkhtmltopdf because it is not available anymore in alpine. Weasyprint is supposed to be a drop-in replacement, doing poorer outputs in my eyes. There are alternatives like downloading pre-compiled binaries, but not for all platforms.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.16
|
||||
FROM alpine:3
|
||||
|
||||
ARG version=
|
||||
ARG restserver_url=
|
||||
@ -15,7 +15,7 @@ RUN curl -L -O ${restserver_url:-https://github.com/eikek/docspell/releases/down
|
||||
ln -snf docspell-restserver-* docspell-restserver && \
|
||||
rm docspell-restserver/conf/docspell-server.conf
|
||||
|
||||
ENTRYPOINT ["/opt/docspell-restserver/bin/docspell-restserver", "-J-XX:+UseG1GC"]
|
||||
ENTRYPOINT ["/opt/docspell-restserver/bin/docspell-restserver"]
|
||||
EXPOSE 7880
|
||||
|
||||
HEALTHCHECK --interval=1m --timeout=10s --retries=2 --start-period=30s \
|
||||
|
Reference in New Issue
Block a user