Browse Source

Change entrypoint

Arkadiusz Ryś 2 years ago
parent
commit
b8226d2544
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -10,5 +10,5 @@ WORKDIR ${APP_HOME}
 #  && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
 #  && rm -rf /var/lib/apt/lists/*
 RUN pip install -r requirements.txt
-ENTRYPOINT ["python -m ontopoint"]
+ENTRYPOINT ["uvicorn ontopoint:main:app --reload"]
 #CMD ["/start.sh"]