1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-15 09:29:14 +00:00

Build from source again since we need patches

This commit is contained in:
Girish Ramakrishnan
2015-06-24 14:26:43 -07:00
parent 4d31dff567
commit 6d7bd395f3
2 changed files with 19 additions and 5 deletions

View File

@@ -6,6 +6,10 @@ fqdn=$(hostname -f)
chown -R cloudron.cloudron /app/data
# clean up old logs
rm -rf /home/cloudron/gogs/log && mkdir -p /home/cloudron/gogs/log
chown cloudron:cloudron /home/cloudron/gogs/log
# Dockerfile changes the ownership of this file to make it writable by cloudron user
sed -e "s/^Port .*/Port ${SSH_PORT}/" \
-e "s/^#ListenAddress .*/ListenAddress 0.0.0.0/" \