mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-12-06 07:42:00 +01:00
Fix entrypoint
This commit is contained in:
parent
b2b9cb137e
commit
8c1d23fe38
|
|
@ -39,4 +39,4 @@ EXPOSE ${PORT}/tcp
|
||||||
|
|
||||||
COPY docker/entrypoint.py /usr/bin/entrypoint.py
|
COPY docker/entrypoint.py /usr/bin/entrypoint.py
|
||||||
RUN chmod a+x /usr/bin/entrypoint.py
|
RUN chmod a+x /usr/bin/entrypoint.py
|
||||||
ENTRYPOINT ['/usr/bin/python3', '/usr/bin/entrypoint.py']
|
ENTRYPOINT ["/usr/bin/python3", "/usr/bin/entrypoint.py"]
|
||||||
|
|
|
||||||
|
|
@ -46,4 +46,4 @@ EXPOSE ${PORT}/tcp
|
||||||
|
|
||||||
COPY docker/entrypoint.py /usr/bin/entrypoint.py
|
COPY docker/entrypoint.py /usr/bin/entrypoint.py
|
||||||
RUN chmod a+x /usr/bin/entrypoint.py
|
RUN chmod a+x /usr/bin/entrypoint.py
|
||||||
ENTRYPOINT ['/usr/bin/python3', '/usr/bin/entrypoint.py']
|
ENTRYPOINT ["/usr/bin/python3", "/usr/bin/entrypoint.py"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue