Skip to content

Commit ffb33cf

Browse files
committedDec 8, 2024·
add new publications to docker container
1 parent 61824bf commit ffb33cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ ADD https://pagure.io/mailcap/raw/master/f/mime.types /etc/
4545
ADD --chown=nonroot:nonroot https://readium-playground-files.storage.googleapis.com/demo/moby-dick.epub /srv/publications/
4646
ADD --chown=nonroot:nonroot https://readium-playground-files.storage.googleapis.com/demo/BellaOriginal3.epub /srv/publications/
4747
ADD --chown=nonroot:nonroot https://readium-playground-files.storage.googleapis.com/demo/coup002elin01_01.epub /srv/publications/
48+
ADD --chown=nonroot:nonroot https://readium-playground-files.storage.googleapis.com/demo/les_diaboliques.epub /srv/publications/
49+
ADD --chown=nonroot:nonroot https://readium-playground-files.storage.googleapis.com/demo/nathaniel-hawthorne_the-house-of-the-seven-gables_advanced.epub /srv/publications/
4850

4951
# Copy built Go binary
5052
COPY --from=builder "/app/rwp" /opt/

0 commit comments

Comments
 (0)
Please sign in to comment.