Skip to content

Instantly share code, notes, and snippets.

@viggin543
Created July 4, 2020 21:07
Show Gist options
  • Save viggin543/66b17ca5986464600676f16212bf11f1 to your computer and use it in GitHub Desktop.
Save viggin543/66b17ca5986464600676f16212bf11f1 to your computer and use it in GitHub Desktop.
docker build -f src/main/docker/Dockerfile.jvm -t quarkus/code-with-quarkus-jvm .
docker run -i --rm -p 8080:8080 --memory=100MB --cpus=0.5 --name=quarkus-jvm quarkus/code-with-quarkus-jvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment