From 9931e2a994a6af2c032bf787cfad9abeffff7308 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Mon, 27 Nov 2017 15:54:46 -0700 Subject: Openbook CI: add SSL cert configurability Issue: IS-33 --- salt/openbook/workflow_server/files/Dockerfile | 2 -- 1 file changed, 2 deletions(-) (limited to 'salt/openbook/workflow_server/files/Dockerfile') diff --git a/salt/openbook/workflow_server/files/Dockerfile b/salt/openbook/workflow_server/files/Dockerfile index f4a9ce9..6008269 100644 --- a/salt/openbook/workflow_server/files/Dockerfile +++ b/salt/openbook/workflow_server/files/Dockerfile @@ -4,7 +4,5 @@ ADD docker-start.tar.xz / EXPOSE 5701 5702 VOLUME {{ pillar["workflow_server"]["dirs"]["etc_openbook_workflow_server"]["name"] }} VOLUME {{ pillar["workflow_server"]["dirs"]["var_log_openbook_workflow_server"]["name"] }} -VOLUME /etc/ssl/certs -VOLUME /etc/ssl/private RUN /installdeps.sh ENTRYPOINT [ "/start_app.sh" ] -- cgit v1.3