From 9d3b88cf1b847e6c583fb3f8c810c4df83f0c620 Mon Sep 17 00:00:00 2001 From: Skye Date: Sat, 3 Feb 2024 15:44:30 +0900 Subject: [PATCH] uhhhhhh will this unfuck emoji picker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce39bd7013..8199b748b2 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 - mv ./emoji_data/all.json ./node_modules/emoji-mart/data/all.json + echo mv ./emoji_data/all.json ./node_modules/emoji-mart/data/all.json # Prep final Mastodon Ruby layer FROM ruby as mastodon