New postgres solution
This commit is contained in:
parent
bb1ec8cdee
commit
bc61a70c18
@ -1,6 +1,8 @@
|
|||||||
FROM gitea/gitea:1.14.5-rootless
|
FROM gitea/gitea:1.14.5-rootless
|
||||||
|
|
||||||
ENV GITEA_CUSTOM=/var/lib/gitea/custom
|
ENV GITEA_CUSTOM=/var/lib/gitea/custom
|
||||||
|
# Create a temporary writable directory
|
||||||
|
RUN mkdir -p /app/tmp
|
||||||
|
|
||||||
# Copy the existing app.ini file to a temporary location
|
# Copy the existing app.ini file to a temporary location
|
||||||
COPY app.ini /tmp/app.ini
|
COPY app.ini /tmp/app.ini
|
||||||
|
Loading…
Reference in New Issue
Block a user