websoft9/docker/w9git/Dockerfile

6 lines
156 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-18 17:13:15 +08:00
COPY ./src/s6/user /etc/s6/user
RUN chmod -R 755 /etc/s6/user