mirror of
https://github.com/linuxserver/docker-mastodon.git
synced 2026-01-09 07:21:44 +08:00
7 lines
131 B
Plaintext
Executable File
7 lines
131 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
cd /app/www || exit 1
|
|
|
|
bundle exec rails mastodon:webpush:generate_vapid_key
|