Skip to content

Commit

Permalink
the "rest" is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Oct 22, 2024
1 parent 2cd10ae commit 3da53e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile.restserver
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN curl -sLfo restserver.zip "https://github.com/eikek/docspell/releases/downlo
unzip restserver.zip && \
rm restserver.zip && \
mv docspell-restserver-* docspell-restserver && \
rm docspell-restserver/conf/docspell-restserver.conf && \
rm docspell-restserver/conf/docspell-server.conf && \
echo "$DOCSPELL_VERSION" > docspell-restserver/version

FROM base
Expand Down

0 comments on commit 3da53e2

Please sign in to comment.