Reverted commented entrypoint from testing. Sry.

This commit is contained in:
Simon Beginn 2020-06-24 13:35:23 +02:00
parent d705d2ddad
commit 046824f278
1 changed files with 1 additions and 1 deletions

View File

@ -33,4 +33,4 @@ WORKDIR /home/py-kms
EXPOSE ${PORT}/tcp
#ENTRYPOINT /usr/bin/python3 pykms_Server.py ${IP} ${PORT} -l ${LCID} -c ${CLIENT_COUNT} -a ${ACTIVATION_INTERVAL} -r ${RENEWAL_INTERVAL} -w ${HWID} -V ${LOGLEVEL} -F ${LOGFILE}
ENTRYPOINT /usr/bin/python3 pykms_Server.py ${IP} ${PORT} -l ${LCID} -c ${CLIENT_COUNT} -a ${ACTIVATION_INTERVAL} -r ${RENEWAL_INTERVAL} -w ${HWID} -V ${LOGLEVEL} -F ${LOGFILE}