mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 23:50:31 +00:00
4 lines
138 B
Docker
4 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
|