Last active
November 23, 2019 21:16
This file contains 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
# 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