Allow arbitrary commands passed to entrypoint

This commit is contained in:
Brad Ison 2018-06-13 13:26:45 -04:00
parent 5ce15348ea
commit 268952a492
No known key found for this signature in database
GPG key ID: 972D14B0BE6DE287
2 changed files with 15 additions and 7 deletions

View file

@ -142,4 +142,4 @@ RUN ./scripts/detect-config.sh
EXPOSE 443 8443 80
ENTRYPOINT [ "/bin/bash", "./quay-entrypoint.sh"]
ENTRYPOINT ["/quay-registry/quay-entrypoint.sh"]