Created
March 31, 2015 17:25
-
-
Save RX14/a8b3bf6c814956f913bb 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 java:8-jdk | |
| MAINTAINER RX14 | |
| ADD . /mewtwo-src/ | |
| WORKDIR /mewtwo-src/ | |
| RUN ./gradlew fatJar | |
| ONBUILD ADD . /mewtwo-modules/ | |
| ONBUILD WORKDIR /mewtwo-modules/ | |
| ENTRYPOINT ["mewtwoctl"] | |
| CMD ["run"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment