Skip to content

Commit

Permalink
Docker / docker-compose support
Browse files Browse the repository at this point in the history
Closes #3
  • Loading branch information
andreslucena committed Jul 24, 2020
1 parent 9dab2ca commit f78dbfa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM antora/antora

WORKDIR /usr/src/app

ADD . .
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: '3.2'
services:
app:
build: .
command: antora --stacktrace antora-playbook.yml
volumes:
- .:/usr/src/app

0 comments on commit f78dbfa

Please sign in to comment.