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
|