fix
This commit is contained in:
parent
df0e6631cf
commit
2d7eb59f68
@ -6,6 +6,7 @@ ENV GITEA__database__NAME=${DATABASE_DB}
|
||||
ENV GITEA__database__USER=${DATABASE_USER}
|
||||
ENV GITEA__database__PASSWD=${DATABASE_PASSWORD}
|
||||
|
||||
RUN mkdir -p /var/lib/gitea/custom/conf && \
|
||||
chown -R git:git /var/lib/gitea
|
||||
ENV GITEA_CUSTOM=/app/tmp/gitea/custom
|
||||
|
||||
RUN mkdir -p /app/tmp/gitea/custom/conf && \
|
||||
chown -R git:git /app/tmp/gitea/custom
|
||||
|
Loading…
Reference in New Issue
Block a user