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