[feature] APP_NO_CACHE to invalidate cache for styles

This commit is contained in:
ElevenNotes
2025-02-21 06:53:02 +01:00
parent cfbf6347c2
commit 8b1457602d

View File

@@ -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; \