Skip to content

Commit

Permalink
fix Dockerfile, also build and test develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
chocolatkey committed May 29, 2024
1 parent d5261d5 commit 1b3743b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Test

on:
push:
branches: [ main ]
branches: [ main, develop ]
pull_request:
branches: [ '**' ]

Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ ADD https://readium-playground-files.storage.googleapis.com/demo/moby-dick.epub
ADD https://readium-playground-files.storage.googleapis.com/demo/BellaOriginal3.epub /srv/publications/

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

EXPOSE 15080
Expand Down

0 comments on commit 1b3743b

Please sign in to comment.