We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5261d5 commit 1b3743bCopy full SHA for 1b3743b
.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: Build and Test
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [ main, develop ]
6
pull_request:
7
branches: [ '**' ]
8
Dockerfile
@@ -40,7 +40,6 @@ ADD https://readium-playground-files.storage.googleapis.com/demo/moby-dick.epub
40
ADD https://readium-playground-files.storage.googleapis.com/demo/BellaOriginal3.epub /srv/publications/
41
42
# Copy built Go binary
43
-COPY X dist/rwp_linux_amd64_v3/rwp
44
COPY --from=builder /app/dist/rwp_linux_amd64_v3/rwp /opt/
45
46
EXPOSE 15080
0 commit comments