*: moved docker files to the packaging folder

This commit is contained in:
Andrey Meshkov
2020-04-21 15:05:13 +03:00
parent 93a597fce4
commit 7f224658e0
7 changed files with 39 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ set -eE
set -o pipefail
set -x
DOCKERFILE="Dockerfile.travis"
DOCKERFILE="packaging/docker/Dockerfile.hub"
IMAGE_NAME="adguard/adguardhome"
if [[ "${TRAVIS_BRANCH}" == "master" ]]