summaryrefslogtreecommitdiffstats
path: root/auth/docker/Dockerfile
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-05-18 07:26:59 -0500
committerInstrumental <jonathan.gathman@att.com>2018-05-18 07:27:06 -0500
commit88aec4e738343856f89f39972e0b87635b80e8c3 (patch)
treeadd17e2aa2315a63504bb508703108fb18704926 /auth/docker/Dockerfile
parent13df7fff629c4fae42de9c619f3bd5aeeeddf04a (diff)
Remove some attisms
Issue-ID: AAF-291 Change-Id: If20e87b3e1eb5738a32be448aa8219b04bd7520f Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker/Dockerfile')
-rw-r--r--auth/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/Dockerfile b/auth/docker/Dockerfile
index 8f8fde7c..609c26ed 100644
--- a/auth/docker/Dockerfile
+++ b/auth/docker/Dockerfile
@@ -10,7 +10,7 @@ COPY lib /opt/app/aaf/${AAF_COMPONENT}/lib
COPY theme /opt/app/aaf/${AAF_COMPONENT}/theme
COPY bin /opt/app/aaf/${AAF_COMPONENT}/bin
-CMD ["/bin/bash","-c","/opt/app/aaf/${AAF_COMPONENT}/bin/${AAF_COMPONENT} >> /opt/app/osaaf/logs/${AAF_COMPONENT}/stdout`date -I` 2>> /opt/app/osaaf/logs/${AAF_COMPONENT}/stderr`date -I`"]
+CMD ["/bin/bash","-c","/opt/app/aaf/${AAF_COMPONENT}/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}"]