Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active December 28, 2022 18:04
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 garystafford/a1aac1d3ff9bf25e0015ba242e1bdfd0 to your computer and use it in GitHub Desktop.
Save garystafford/a1aac1d3ff9bf25e0015ba242e1bdfd0 to your computer and use it in GitHub Desktop.
FROM amazoncorretto:17.0.5
COPY build/libs/kstreams-kafka-demo-1.1.0-all.jar /tmp/kstreams-app.jar
CMD ["java", "-jar", "/tmp/kstreams-app.jar"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment