Allow arbitrary commands passed to entrypoint
This commit is contained in:
parent
5ce15348ea
commit
268952a492
2 changed files with 15 additions and 7 deletions
|
@ -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"]
|
||||
|
|
Reference in a new issue