th: drop obsolete emoji 14 patch vestiges
This commit is contained in:
parent
f50b12fe6e
commit
191445ed32
2 changed files with 1 additions and 4 deletions
|
@ -210,9 +210,7 @@ RUN \
|
||||||
# Use Ruby on Rails to create Mastodon assets
|
# Use Ruby on Rails to create Mastodon assets
|
||||||
OTP_SECRET=precompile_placeholder SECRET_KEY_BASE=precompile_placeholder bundle exec rails assets:precompile; \
|
OTP_SECRET=precompile_placeholder SECRET_KEY_BASE=precompile_placeholder bundle exec rails assets:precompile; \
|
||||||
# Cleanup temporary files
|
# Cleanup temporary files
|
||||||
rm -fr /opt/mastodon/tmp; \
|
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
|
|
||||||
|
|
||||||
# Prep final Mastodon Ruby layer
|
# Prep final Mastodon Ruby layer
|
||||||
FROM ruby as mastodon
|
FROM ruby as mastodon
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue