websoft9/docker/git/Dockerfile

9 lines
315 B
Docker
Raw Normal View History

2024-03-26 13:47:18 +08:00
# modify time: 202403261345, 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
2024-03-26 13:47:18 +08:00
FROM gitea/gitea:1.21.9
2023-09-18 08:37:42 +08:00
2023-09-18 08:35:19 +08:00
LABEL maintainer="Websoft9<help@websoft9.com>"
2024-03-26 13:47:18 +08:00
LABEL version="1.21.9"
2023-09-23 16:43:57 +08:00
COPY ./src/s6/user /etc/s6/user
2024-01-18 11:16:10 +08:00
RUN chmod -R 755 /etc/s6/user