mirror of
https://github.com/linuxserver/docker-mastodon.git
synced 2026-01-09 07:21:44 +08:00
* Use corepack, enable active record encryption * Remove ruby forced platform for arm64 * Rebase to 3.20 * Add ARE envs * Move gcompat from build to runtime deps, add rdoc * Add version output * Harmonise cleanup with glitch
7 lines
101 B
Plaintext
Executable File
7 lines
101 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
cd /app/www || exit 1
|
|
|
|
rake db:encryption:init
|