docker-scripts/qbittorrent/latest/Makefile

7 lines
220 B
Makefile
Raw Normal View History

2019-11-20 03:21:11 +03:00
all: emgqb
emgqb:
2019-11-20 17:31:45 +03:00
docker build --compress -t epicmorg/qbittorrent:latest .
docker push epicmorg/qbittorrent:latest
docker build --compress -t epicmorg/qbittorrent:unstable .
docker push epicmorg/qbittorrent:unstable