mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
8 lines
315 B
Docker
8 lines
315 B
Docker
# modify time: 202403261345, 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.21.9
|
|
|
|
LABEL maintainer="Websoft9<help@websoft9.com>"
|
|
LABEL version="1.21.9"
|
|
COPY ./src/s6/user /etc/s6/user
|
|
RUN chmod -R 755 /etc/s6/user
|