mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 18:30:23 +08:00
5 lines
138 B
Docker
5 lines
138 B
Docker
FROM gitea/gitea:1.20.4
|
|
COPY init.sh /usr/local/bin/init.sh
|
|
COPY ./init /etc/s6/init
|
|
RUN chmod -R 755 /etc/s6/init /usr/local/bin/init.sh
|