From ceb5c61a057aee06bb46a0d55bd28a7007a7b500 Mon Sep 17 00:00:00 2001 From: Skye Date: Sat, 3 Feb 2024 15:49:54 +0900 Subject: [PATCH] Revert "uhhhhhh will this unfuck emoji picker" This reverts commit 9d3b88cf1b847e6c583fb3f8c810c4df83f0c620. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8199b748b2..ce39bd7013 100644 --- a/Dockerfile +++ b/Dockerfile @@ -210,7 +210,7 @@ RUN \ # Cleanup temporary files rm -fr /opt/mastodon/tmp; \ # 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 FROM ruby as mastodon