2024-11-24 19:46:56 +01:00
|
|
|
FROM gitea/gitea:1.22.3-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"]
|