Running Pre-Built Docker Image
If you have a pre built docker image nfpa-location-tools.tar
, you can load it into you Docker with
docker load --input nfpa-location-tools.tar
And then run the image with
docker container run -p 8080:8080 nfpa-location-tools:latest