Skip to content

Instantly share code, notes, and snippets.

@mohak1712
Created March 9, 2020 07:27
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 mohak1712/4386572b6fa0ead073aff1224dde3e97 to your computer and use it in GitHub Desktop.
Save mohak1712/4386572b6fa0ead073aff1224dde3e97 to your computer and use it in GitHub Desktop.
FROM openjdk:8-alpine
COPY pingPong-all.jar /usr/src/
WORKDIR /usr/src/
CMD ["java", "-jar", "pingPong-all.jar"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment