1
0
Fork 0

fix(build): binary path in dockerfile

This commit is contained in:
ssube 2020-04-06 10:01:02 -05:00
parent 627f595b9b
commit 9456d3556e
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM apextoaster/base:1.3-master FROM apextoaster/base:1.3-master
ADD ./home-dns /app/home-dns COPY ./bin/home-dns-linux-amd64 /app/home-dns
CMD /app/home-dns /app/config.yml CMD /app/home-dns /app/config.yml