Correct Dockerfile missing command instruction 16/85116/1
authorHarish Venkata Kajur <vk250x@att.com>
Thu, 11 Apr 2019 18:55:36 +0000 (14:55 -0400)
committerHarish Venkata Kajur <vk250x@att.com>
Thu, 11 Apr 2019 18:55:40 +0000 (14:55 -0400)
Issue-ID: AAI-2235
Change-Id: I3d945e33bb5176a993ce001ebbe5ff0ebf639cdd
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Dockerfiles/haproxy/Dockerfile

index d771231..f6d6c28 100644 (file)
@@ -27,4 +27,6 @@ COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg
 
 RUN chmod +x /docker-entrypoint.sh
 
+ENTRYPOINT [ "/docker-entrypoint.sh" ]
+CMD [ "haproxy", "-f", "/usr/local/etc/haproxy/haproxy.cfg", "-f", "/usr/local/etc/haproxy/resolvers.conf" ] 
 EXPOSE 8443