mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
6 lines
156 B
Docker
6 lines
156 B
Docker
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 |