TeamPiped / Piped-Kubernetes

GNU Affero General Public License v3.0
7 stars 5 forks source link

fix(piped/frontend): make nginx entrypoint actually do something #35

Closed JuniorJPDJ closed 1 year ago

JuniorJPDJ commented 1 year ago

It does nothing if 1st argument is not nginx and just execs the arguments: https://github.com/nginxinc/docker-nginx/blob/master/entrypoint/docker-entrypoint.sh#L12

JuniorJPDJ commented 1 year ago

Done, please squash when merging ;D