Add to dockerfile entrypoint

This commit is contained in:
Alexey Matveev 2018-12-21 10:12:18 +03:00
parent d9a2149825
commit ebdc30358c
1 changed files with 2 additions and 1 deletions

View File

@ -13,4 +13,5 @@ RUN \
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"]