mirror of
https://github.com/11notes/docker-kms-gui.git
synced 2025-11-02 12:23:13 +00:00
[feature] APP_NO_CACHE to invalidate cache for styles
This commit is contained in:
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user