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 17:15:08 +01:00
parent 3f12258e98
commit 1ff7e4103c
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 ["/app/docker-entry.sh"]