|
|
@ -210,7 +210,7 @@ RUN \
|
|
|
|
# Cleanup temporary files
|
|
|
|
# Cleanup temporary files
|
|
|
|
rm -fr /opt/mastodon/tmp; \
|
|
|
|
rm -fr /opt/mastodon/tmp; \
|
|
|
|
# TODO(kouhai): fork emoji-mart instead of patching
|
|
|
|
# TODO(kouhai): fork emoji-mart instead of patching
|
|
|
|
echo mv ./emoji_data/all.json ./node_modules/emoji-mart/data/all.json
|
|
|
|
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
|
|
|
|