WeatherDashboard/deploy.sh
2023-12-05 03:40:31 +00:00

2 lines
129 B
Bash
Executable File

sudo docker build -f Dockerfile . -t registry.binarydad.com/weather:latest
sudo docker push registry.binarydad.com/weather:latest