docker-scripts/qbittorrent/latest/Makefile
2019-11-21 02:39:13 +03:00

7 lines
220 B
Makefile

all: emgqb
emgqb:
docker build --compress -t epicmorg/qbittorrent:latest .
docker push epicmorg/qbittorrent:latest
docker build --compress -t epicmorg/qbittorrent:unstable .
docker push epicmorg/qbittorrent:unstable