This commit is contained in:
Marco Zeisler 2021-05-27 20:07:46 +02:00
parent 669af31d77
commit 51663b7583
2 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ RUN pip install -r requirements.txt
ENV PORT 5000 ENV PORT 5000
EXPOSE 5000 EXPOSE 5000
ENTRYPOINT [ "python" ] ENTRYPOINT [ "python" ]
CMD [ "entity_ident.py" ] CMD [ "entity_ident_server.py" ]