Move start.sh to /app/pkg
This commit is contained in:
2
start.sh
2
start.sh
@@ -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"
|
||||
|
Reference in New Issue
Block a user