Pull request: scripts: fix Dockerfile, build-release.sh

Merge in DNS/adguard-home from 2276-fix-release-2 to master

Updates #2276.

Squashed commit of the following:

commit cc7edffca6862579a745600b4008428d4c9a73d9
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Wed Dec 30 22:56:01 2020 +0300

    scripts: fix Dockerfile, build-release.sh
This commit is contained in:
Ainar Garipov
2020-12-30 23:18:15 +03:00
parent e20e94ddd4
commit 3706f559c1
2 changed files with 22 additions and 5 deletions

View File

@@ -45,5 +45,5 @@ CMD [ \
"--no-check-update", \
"-c", "/opt/adguardhome/conf/AdGuardHome.yaml", \
"-h", "0.0.0.0", \
"-w", "/opt/adguardhome/work", \
"-w", "/opt/adguardhome/work" \
]