Hi there !
When i trie to build the Dockerfile, i've got this error :
Step 23 : RUN razor-admin -create && razor-admin -register && pyzor discover
---> Running in c4a87a8369d2
nextserver: Bootstrap discovery failed. Giving up.
My objective, to build Smtp with Ldap configuration, but file is COPY from directory :
"COPY target/postfix/ldap-users.cf target/postfix/ldap-groups.cf target/postfix/ldap-aliases.cf /etc/postfix/"
That's why I need to re-build with the Dockerfile..
Hi there !
When i trie to build the Dockerfile, i've got this error :
My objective, to build Smtp with Ldap configuration, but file is COPY from directory :
"COPY target/postfix/ldap-users.cf target/postfix/ldap-groups.cf target/postfix/ldap-aliases.cf /etc/postfix/"That's why I need to re-build with the Dockerfile..