Docker: make it possible to use it as cli
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-10-31 16:55:13 +01:00
parent 3f12258e98
commit 9f3f78c070
3 changed files with 27 additions and 6 deletions

View File

@@ -7,4 +7,4 @@ RUN pip3 install --no-cache-dir /app[full] gunicorn
USER 1000:1000
CMD gunicorn --bind 0.0.0.0:8000 -w 4 --preload --access-logfile - morss
ENTRYPOINT /bin/sh /app/docker-entry.sh