2024-11-24 21:04:30 +01:00
|
|
|
FROM gitea/gitea:1.14.5-rootless
|
2024-11-24 19:32:58 +01:00
|
|
|
|
|
|
|
ADD toCopy/ /var/lib/gitea/custom/
|
|
|
|
COPY exe.sh /usr/local/bin/
|
|
|
|
|
|
|
|
USER root
|
|
|
|
RUN chmod 777 /usr/local/bin/exe.sh
|
|
|
|
RUN chmod -R 777 /var/lib/gitea/custom
|
|
|
|
|
|
|
|
CMD ["/usr/local/bin/exe.sh"]
|