SEIRcast.org static html files
- docker build -t dockerstaticweb .
- docker run -p 80:80 dockerstaticweb
- docker login seircastusf.azurecr.io -u seircastusf (need to create/enable access key in Azure portal. then copy password and paste here)
- docker tag dockerstaticweb seircastusf.azurecr.io/dockerstaticweb
- docker push seircastusf.azurecr.io/dockerstaticweb