From ac7354ca624fb97287c35f0bd60f34319f5d6734 Mon Sep 17 00:00:00 2001 From: tobi Date: Tue, 21 Oct 2025 15:49:01 +0200 Subject: [PATCH] [chore/docker] Remove reference to vanilla in Dockerfile (#114) Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/114 Co-authored-by: tobi Co-committed-by: tobi --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 96640840e..097fde1a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,6 @@ RUN apk upgrade --update --no-cache # Copy bigger nested stuff. COPY --from=builder /build/public/packs/js/flavours/glitch /usr/share/nginx/html/packs/js/flavours/glitch -COPY --from=builder /build/public/packs/js/flavours/vanilla /usr/share/nginx/html/packs/js/flavours/vanilla # Copy remaining files. COPY --from=builder /build/public /usr/share/nginx/html/