Explorar el Código

Fix docker build (#4358)

/app/gitea/gitea is the file, and /usr/local/bin is where the symlink will be located
tags/v1.6.0-dev
techknowlogick hace 5 años
padre
commit
c3bbf43970
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Ver fichero

@@ -58,4 +58,4 @@ CMD ["/bin/s6-svscan", "/etc/s6"]

COPY docker /
COPY --from=build-env /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea
RUN ln -s /usr/local/bin/gitea /app/gitea/gitea
RUN ln -s /app/gitea/gitea /usr/local/bin/gitea

Cargando…
Cancelar
Guardar