1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-23 05:27:34 +00:00

cloudron build does not use sqlite

This commit is contained in:
Girish Ramakrishnan
2015-06-23 10:51:55 -07:00
parent 3978609185
commit adbbfba7c3
2 changed files with 5 additions and 3 deletions

View File

@@ -5,6 +5,8 @@ set -eu -o pipefail
fqdn=$(hostname -f)
chown -R cloudron.cloudron /app/data
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}/" \