uhhhhhh fuckign try anything
This commit is contained in:
parent
ceb5c61a05
commit
760b04e019
2 changed files with 1 additions and 3 deletions
|
@ -208,9 +208,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
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 3.9 MiB |
Loading…
Reference in a new issue