websoft9/docker/git/Dockerfile

8 lines
314 B
Docker
Raw Normal View History

2023-10-25 09:03:11 +08:00
# modify time: 202310250924, you can modify here to trigger Docker Build action
2023-10-18 14:08:11 +08:00
# 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