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

incl. workaround for their weird use of entrypoint
This commit is contained in:
2021-11-21 21:57:06 +01:00
parent 6ec3fb47d1
commit 6900b9053c
5 changed files with 17 additions and 4 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 ["run"]