Skip to content

Commit 1b3743b

Browse files
committed
fix Dockerfile, also build and test develop branch
1 parent d5261d5 commit 1b3743b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Test
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, develop ]
66
pull_request:
77
branches: [ '**' ]
88

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ ADD https://readium-playground-files.storage.googleapis.com/demo/moby-dick.epub
4040
ADD https://readium-playground-files.storage.googleapis.com/demo/BellaOriginal3.epub /srv/publications/
4141

4242
# Copy built Go binary
43-
COPY X dist/rwp_linux_amd64_v3/rwp
4443
COPY --from=builder /app/dist/rwp_linux_amd64_v3/rwp /opt/
4544

4645
EXPOSE 15080

0 commit comments

Comments
 (0)