c47a35d642
The nginx-unprivileged base image runs as non-root, so RUN chmod on / fails with 'Operation not permitted'. Use COPY --chmod=755 to set the executable bit at build time instead.