This commit is contained in:
Alexey 2023-03-20 11:29:13 -07:00 committed by GitHub
commit 185379fd40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -14,4 +14,5 @@ RUN \
EXPOSE 8888 EXPOSE 8888
CMD ["python", "/usr/src/app/nginx-ldap-auth-daemon.py", "--host", "0.0.0.0", "--port", "8888"] ENTRYPOINT ["python", "/usr/src/app/nginx-ldap-auth-daemon.py"]
CMD ["--host", "0.0.0.0", "--port", "8888"]