diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2021-09-17 18:58:20 +0100 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2021-09-27 14:28:29 +0100 |
commit | 9fd5ad2dc79c416f5e277f5b233f90ace5191cd8 (patch) | |
tree | 7af219d182f4faff06a54df779e0a8b7e13ccad4 /packages/policy-gui-docker/src/main/docker/Dockerfile | |
parent | aa3754bc3dbcd08203744912f01f98f91768bf61 (diff) |
Disable apex-editor and pdp-monitoring
Have only nginx process (clamp) running in policy-gui
Issue-ID: POLICY-3650
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: If15d54f83444b845dc23b090cf966afaf1664490
Diffstat (limited to 'packages/policy-gui-docker/src/main/docker/Dockerfile')
-rw-r--r-- | packages/policy-gui-docker/src/main/docker/Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/policy-gui-docker/src/main/docker/Dockerfile b/packages/policy-gui-docker/src/main/docker/Dockerfile index 0e8bcc2..b7ba494 100644 --- a/packages/policy-gui-docker/src/main/docker/Dockerfile +++ b/packages/policy-gui-docker/src/main/docker/Dockerfile @@ -34,8 +34,7 @@ RUN mkdir -p $POLICY_HOME $POLICY_LOGS $POLICY_HOME/bin $POLICY_HOME/lib && \ COPY --chown=policy:policy etc/ /etc/ COPY --chown=policy:policy policy-gui.sh $POLICY_HOME/bin/ -COPY --chown=policy:policy /maven/*.jar $POLICY_HOME/lib/ -ADD --chown=policy:policy index.html /maven/*-html.tar.gz /usr/share/nginx/html/ +ADD --chown=policy:policy index.html /maven/gui-clamp-html.tar.gz /usr/share/nginx/html/ RUN ln -sf /dev/stdout /var/log/nginx/access.log && \ ln -sf /dev/stderr /var/log/nginx/error.log && \ touch /var/run/nginx.pid && \ |