websoft9/source/docker/git/Dockerfile
zhaojing1987 cba08aa047 update
2023-10-19 11:36:31 +08:00

8 lines
314 B
Docker

# modify time: 202310181524, you can modify here to trigger Docker Build action
# Dockerfile refer to: https://github.com/go-gitea/gitea/blob/main/Dockerfile
FROM gitea/gitea:1.20.4
LABEL maintainer="Websoft9<help@websoft9.com>"
LABEL version="1.20.4"
COPY ./src/s6/user /etc/s6/user
RUN chmod -R 755 /etc/s6/user