New postgres solution

This commit is contained in:
awieczarek 2024-10-20 14:16:19 +02:00
parent bc61a70c18
commit ad1a30bb2f

View File

@ -2,7 +2,7 @@ FROM gitea/gitea:1.14.5-rootless
ENV GITEA_CUSTOM=/var/lib/gitea/custom
# Create a temporary writable directory
RUN mkdir -p /app/tmp
RUN mkdir -p /tmp
# Copy the existing app.ini file to a temporary location
COPY app.ini /tmp/app.ini