mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-15 07:34:49 -04:00
Fix entrypoint
This commit is contained in:
parent
b2b9cb137e
commit
8c1d23fe38
2 changed files with 2 additions and 2 deletions
|
@ -39,4 +39,4 @@ EXPOSE ${PORT}/tcp
|
|||
|
||||
COPY docker/entrypoint.py /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…
Add table
Add a link
Reference in a new issue