From 8b887d8903313a02b987b2392c8cc0745fd1e1d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 14 Jul 2020 20:29:26 +0200 Subject: [PATCH] remove config copy --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d387f72..e22bdae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,8 +17,6 @@ EXPOSE 10389 10636 60088 60464 8080 8443 WORKDIR $ADS_HOME RUN mkdir $ADS_INSTANCES && cp -r instances/default $ADS_INSTANCES -COPY ou=config.ldif $ADS_INSTANCES/default/conf/ou=config.ldif - VOLUME ["/ads"] ENTRYPOINT ["bin/apacheds.sh","run"] \ No newline at end of file