mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2025-07-20 08:02:09 +00:00
need to create path
This commit is contained in:
parent
cb0adb4d95
commit
217b6ad97d
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ ENV GNUPGHOME="/app/data/gnupg"
|
|||
# renovate: datasource=github-releases depName=go-gitea/gitea versioning=semver extractVersion=^v(?<version>.+)$
|
||||
ARG GITEA_VERSION=1.23.5
|
||||
|
||||
RUN curl -L https://dl.gitea.io/gitea/${GITEA_VERSION}/gitea-${GITEA_VERSION}-linux-amd64 -o /home/git/gitea/gitea \
|
||||
RUN mkdir -p /home/git/gitea && \
|
||||
curl -L https://github.com/go-gitea/gitea/releases/download/v${GITEA_VERSION}/gitea-${GITEA_VERSION}-linux-amd64 -o /home/git/gitea/gitea \
|
||||
&& chmod +x /home/git/gitea/gitea
|
||||
|
||||
# setup config paths
|
||||
|
|
Loading…
Reference in a new issue