New postgres solution
This commit is contained in:
parent
181ddd958a
commit
0e700cf4d2
@ -1,9 +1,9 @@
|
||||
FROM gitea/gitea:1.14.5-rootless
|
||||
|
||||
RUN chmod a+rwx /var/lib/gitea/custom/conf/app.ini
|
||||
ADD conf/ /var/lib/gitea/custom/conf/
|
||||
|
||||
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||
COPY config.sh /usr/local/bin/config.sh
|
||||
|
||||
RUN chmod +x /usr/local/bin/entrypoint.sh
|
||||
RUN chmod +x /usr/local/bin/config.sh
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
||||
ENTRYPOINT ["/usr/local/bin/config.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user