Move start.sh to /app/pkg

This commit is contained in:
Girish Ramakrishnan
2020-01-06 11:21:25 -08:00
parent 385339c1e5
commit 5fbe415e66
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ mkdir -p /tmp/mastodon /app/data/system /run/mastodon
if [[ ! -f /app/data/env.production ]]; then
echo "==> Copying env template on first run"
cp /app/code/env.template /app/data/env.production
cp /app/pkg/env.template /app/data/env.production
fi
echo "==> Configuring mastodon"