From b511ff360603599c43e066722d3902a55fac3f6d Mon Sep 17 00:00:00 2001 From: Alex Shatov Date: Fri, 15 Sep 2017 13:52:31 -0400 Subject: 4.2.0 - added the policy-update handling * API version 4.1.0 - added /policy, /swagger-ui * new: policy update with queuing of execute-operations * more data on info - branch+commit-datetime * expecting consul ip to be in /etc/hosts * added swagger-ui and added policy to *API.yaml * common logging - more audits and metrics records - directly in promise_request Change-Id: I7d32f34100a16b5b7293ed5afe67f5c8c3098495 Issue-Id: DCAEGEN2-62 Signed-off-by: Alex Shatov --- Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 0daecfc..284f124 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,11 +3,12 @@ MAINTAINER maintainer ENV INSROOT /opt/app ENV APPUSER dh RUN mkdir -p ${INSROOT}/${APPUSER}/lib \ - && mkdir -p ${INSROOT}/${APPUSER}/etc \ - && mkdir -p ${INSROOT}/${APPUSER}/log \ - && useradd -d ${INSROOT}/${APPUSER} ${APPUSER} + && mkdir -p ${INSROOT}/${APPUSER}/etc \ + && mkdir -p ${INSROOT}/${APPUSER}/log \ + && useradd -d ${INSROOT}/${APPUSER} ${APPUSER} COPY *.js ${INSROOT}/${APPUSER}/ COPY *.json ${INSROOT}/${APPUSER}/ +COPY *.yaml ${INSROOT}/${APPUSER}/ COPY lib ${INSROOT}/${APPUSER}/lib/ COPY etc/log4js.json ${INSROOT}/${APPUSER}/etc/log4js.json WORKDIR ${INSROOT}/${APPUSER} -- cgit 1.2.3-korg