Skip to content

Instantly share code, notes, and snippets.

@janoulle
Created May 6, 2018 20:43
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 janoulle/83fab4722c3a7e3bca3e092acb2cf415 to your computer and use it in GitHub Desktop.
Save janoulle/83fab4722c3a7e3bca3e092acb2cf415 to your computer and use it in GitHub Desktop.
Sample docker build command
docker build --build-arg JAR_FILE=build/libs/AppServer-0.0.1-SNAPSHOT.jar -t myapp-server:beta -f docker\myapp-server\Dockerfile .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment