Created
June 16, 2017 14:56
-
-
Save Riduidel/d22b0af2f557ceaa21f41fb76e784920 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM maven:3.5.0-jdk-8-alpine | |
| RUN apk --no-cache add graphviz ttf-droid ttf-droid-nonlatin | |
| ADD . /usr/src/app | |
| WORKDIR /usr/src/app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment