Explorar el Código

Fix #16387 - rootless Docker user (#16388)

Move comment to top of USER instruction
tags/v1.15.0-rc1
Jonathan Hult hace 2 años
padre
commit
615444dcbd
No account linked to committer's email address
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      Dockerfile.rootless

+ 2
- 1
Dockerfile.rootless Ver fichero

@@ -56,7 +56,8 @@ COPY docker/rootless /
COPY --from=build-env --chown=root:root /go/src/code.gitea.io/gitea/gitea /usr/local/bin/gitea
COPY --from=build-env --chown=root:root /go/src/code.gitea.io/gitea/environment-to-ini /usr/local/bin/environment-to-ini

USER 1000:1000 # git:git
#git:git
USER 1000:1000
ENV GITEA_WORK_DIR /var/lib/gitea
ENV GITEA_CUSTOM /var/lib/gitea/custom
ENV GITEA_TEMP /tmp/gitea

Cargando…
Cancelar
Guardar