Heroku
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-11-21 19:35:42 +01:00
parent 6ec3fb47d1
commit 3289fa1aaa
5 changed files with 19 additions and 2 deletions

View File

@@ -7,4 +7,5 @@ RUN pip3 install --no-cache-dir /app[full] gunicorn
USER 1000:1000
ENTRYPOINT ["/app/docker-entry.sh"]
ENTRYPOINT ["/bin/sh", "/app/docker-entry.sh"]
CMD []