websoft9/docker/w9git/Dockerfile

9 lines
210 B
Docker
Raw Normal View History

2023-09-15 17:12:06 +08:00
FROM gitea/gitea:1.20.4
2023-09-18 08:37:42 +08:00
2023-09-18 08:35:19 +08:00
LABEL maintainer="Websoft9<help@websoft9.com>"
LABEL version="1.20.4"
2023-09-15 10:16:39 +08:00
COPY init.sh /usr/local/bin/init.sh
2023-09-15 10:21:25 +08:00
COPY ./init /etc/s6/init
2023-09-15 17:07:18 +08:00
RUN chmod -R 755 /etc/s6/init /usr/local/bin/init.sh