websoft9/docker/git/Dockerfile

9 lines
315 B
Text
Raw Normal View History

2024-03-26 05:47:18 +00:00
# modify time: 202403261345, you can modify here to trigger Docker Build action
2023-10-18 06:08:11 +00:00
# Dockerfile refer to: https://github.com/go-gitea/gitea/blob/main/Dockerfile
2024-03-26 05:47:18 +00:00
FROM gitea/gitea:1.21.9
2023-09-18 00:37:42 +00:00
2023-09-18 00:35:19 +00:00
LABEL maintainer="Websoft9<help@websoft9.com>"
2024-03-26 05:47:18 +00:00
LABEL version="1.21.9"
2023-09-23 08:43:57 +00:00
COPY ./src/s6/user /etc/s6/user
2024-01-18 03:16:10 +00:00
RUN chmod -R 755 /etc/s6/user