From 8b1457602d222cc44aeebf032169a3d7660958c8 Mon Sep 17 00:00:00 2001 From: ElevenNotes Date: Fri, 21 Feb 2025 06:53:02 +0100 Subject: [PATCH] [feature] APP_NO_CACHE to invalidate cache for styles --- arch.dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/arch.dockerfile b/arch.dockerfile index 78b4c27..c2dc30a 100644 --- a/arch.dockerfile +++ b/arch.dockerfile @@ -4,6 +4,7 @@ ARG APP_VERSION_SUFFIX="" # :: Build / styles FROM alpine/git AS styles + ARG APP_NO_CACHE RUN set -ex; \ git clone https://github.com/11notes/pykms-frontend.git; \ cd /git/pykms-frontend; \