diff --git a/Server/Program/entrypoint.sh b/Server/Program/entrypoint.sh index 2f09463..649225c 100644 --- a/Server/Program/entrypoint.sh +++ b/Server/Program/entrypoint.sh @@ -1,8 +1,6 @@ #!/bin/sh -ls /app/Program -echo patate # Create env.py with environment variables -cat < /app/env.py +cat < /Program/env.py LDAPUSER = "${LDAPUSER}" LDAPPASS = "${LDAPPASS}" LDAP_SERVER = "${LDAP_SERVER}"