websoft9/docker/git/Dockerfile

7 lines
233 B
Docker
Raw Normal View History

# Dockerfile refer to:https://github.com/go-gitea/gitea/blob/main/Dockerfile
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-23 16:43:57 +08:00
COPY ./src/s6/user /etc/s6/user
RUN chmod -R 755 /etc/s6/user