Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Riduidel/bc4e2e8a002b78024dcc83f96856f2ed to your computer and use it in GitHub Desktop.
Save Riduidel/bc4e2e8a002b78024dcc83f96856f2ed to your computer and use it in GitHub Desktop.
version: '2.1'
services:
asciidoc-builder:
build: .
command: mvn install
volumes:
- .:/usr/src/app/
- ~/.m2:/root/.m2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment