Heroku click to deploy
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
incl. workaround for their weird use of entrypoint
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user