1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-24 22:17:36 +00:00

Make it work

This commit is contained in:
Girish Ramakrishnan
2015-04-28 21:57:58 -07:00
parent 7c79e9e268
commit 9bb0664688
5 changed files with 74 additions and 43 deletions

View File

@@ -9,6 +9,7 @@ ADD supervisor/ /etc/supervisor/conf.d/
RUN cd /tmp && \
wget https://github.com/gogits/gogs/releases/download/v0.6.1/linux_amd64.zip && \
unzip linux_amd64.zip -d /home/cloudron && \
chown -R cloudron:cloudron /home/cloudron/gogs && \
rm linux_amd64.zip
ADD app.ini.template /home/cloudron/app.ini.template