WeatherDashboard/deploy.sh

2 lines
129 B
Bash
Raw Normal View History

2023-12-05 03:40:31 +00:00
sudo docker build -f Dockerfile . -t registry.binarydad.com/weather:latest
sudo docker push registry.binarydad.com/weather:latest