1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-17 17:42:43 +02:00
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-01-02 13:06:48 -05:00
parent f59c31059a
commit b440f3c888
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

@ -29,5 +29,4 @@ RUN buildDeps=' \
&& echo "Build complete."
ENTRYPOINT [ "coredns" ]
CMD [ "--help" ]
ENTRYPOINT [ "coredns", "-log" ]