th: drop obsolete emoji 14 patch vestiges
ci/woodpecker/push/woodpecker Pipeline was successful Details

main
Ariadne Conill 2024-02-10 20:02:11 -08:00
parent f50b12fe6e
commit 191445ed32
2 changed files with 1 additions and 4 deletions

View File

@ -210,9 +210,7 @@ RUN \
# Use Ruby on Rails to create Mastodon assets
OTP_SECRET=precompile_placeholder SECRET_KEY_BASE=precompile_placeholder bundle exec rails assets:precompile; \
# Cleanup temporary files
rm -fr /opt/mastodon/tmp; \
# TODO(kouhai): fork emoji-mart instead of patching
mv ./emoji_data/all.json ./node_modules/emoji-mart/data/all.json
rm -fr /opt/mastodon/tmp
# Prep final Mastodon Ruby layer
FROM ruby as mastodon

File diff suppressed because one or more lines are too long