Skip to content

Instantly share code, notes, and snippets.

@RX14
Created March 31, 2015 17:25
Show Gist options
  • Select an option

  • Save RX14/a8b3bf6c814956f913bb to your computer and use it in GitHub Desktop.

Select an option

Save RX14/a8b3bf6c814956f913bb to your computer and use it in GitHub Desktop.
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