nzbhydra2/docker/uiDev/build.sh
2024-05-25 08:23:15 +02:00

6 lines
163 B
Bash

#!/bin/bash
cd ../..
docker build -f docker/uiDev/Dockerfile -t ghcr.io/theotherp/nzbhydra-ui-dev:latest .
docker push ghcr.io/theotherp/nzbhydra-ui-dev:latest .