Skip to content

Instantly share code, notes, and snippets.

@brysontyrrell
Last active November 23, 2019 21:16
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 brysontyrrell/8002c4857314453c3c5ce053ffc6760d to your computer and use it in GitHub Desktop.
Save brysontyrrell/8002c4857314453c3c5ce053ffc6760d to your computer and use it in GitHub Desktop.
# Run from a directory that contains your ROOT.war file.
# Change VERSION to that of the ROOT.war being deployed
VERSION=10.17.0
docker build . -t jamfpro:${VERSION} -f - <<EOF
FROM jamfdevops/jamfpro:0.0.10
ADD ROOT.war /data/
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment