Created
July 4, 2020 21:26
-
-
Save viggin543/46bee4e1b053cbc8c09380d742e76166 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.native -t java-clound-native . | |
| docker run -i --rm -p 8080:8080 --memory=100MB --cpus=0.5 --name=quarkus-cloud-native java-clound-native |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment