Created
July 4, 2020 21:07
-
-
Save viggin543/66b17ca5986464600676f16212bf11f1 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
| 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