mirror of
https://github.com/theotherp/nzbhydra2.git
synced 2026-02-06 11:17:18 +00:00
6 lines
163 B
Bash
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 .
|