Browse Source

Fix entrypoint

Arkadiusz Ryś 3 years ago
parent
commit
723f334032
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 ["python3 -m ontopoint"]
+ENTRYPOINT ["python -m ontopoint"]
 #CMD ["/start.sh"]