From 575c9820dffbfee3311e19a5f64e64b98c2ed5f8 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Fri, 19 Oct 2018 11:13:05 -0500 Subject: Fix GUI Buttons Issue-ID: AAF-435 Change-Id: I8b5e83609176a22b5aa54cac6fd0911488bd707b Signed-off-by: Instrumental --- auth/docker/Dockerfile.ms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth/docker/Dockerfile.ms') diff --git a/auth/docker/Dockerfile.ms b/auth/docker/Dockerfile.ms index c1d9d0d5..749ef36f 100644 --- a/auth/docker/Dockerfile.ms +++ b/auth/docker/Dockerfile.ms @@ -7,7 +7,7 @@ LABEL version=${AAF_VERSION} COPY pod/* /opt/app/aaf/pod/ -CMD ["/bin/bash","-c","/opt/app/aaf/bin/${AAF_COMPONENT}"] +CMD ["/bin/bash","-c","cd /opt/app/aaf;bin/${AAF_COMPONENT}"] # For Debugging installation # CMD ["/bin/bash","-c","pwd;cd /opt/app/osaaf;find /opt/app/osaaf -depth;df -k; cat /opt/app/aaf/${AAF_COMPONENT}/bin/${AAF_COMPONENT};cat /etc/hosts;/opt/app/aaf/${AAF_COMPONENT}/bin/${AAF_COMPONENT}"] -- cgit 1.2.3-korg