diff --git a/mastodon/entrypoint.sh b/mastodon/entrypoint.sh index 4b0473a..bae2cb8 100755 --- a/mastodon/entrypoint.sh +++ b/mastodon/entrypoint.sh @@ -1,19 +1,13 @@ #!/bin/bash -x -id -export -pwd rm -f /mastodon/tmp/pids/server.pid export MASTODON_DIR=/mastodon/public/system export VAPID_KEY="$MASTODON_DIR/vapid_key" export DB_SETUP="$MASTODON_DIR/db_done" - -which rails chown -R mastodon:mastodon "$MASTODON_DIR" -#exec su mastodon /bin/bash - <