mirror of
https://github.com/11notes/docker-kms-gui.git
synced 2025-11-03 20:53:12 +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
|
# :: Build / styles
|
||||||
FROM alpine/git AS styles
|
FROM alpine/git AS styles
|
||||||
|
ARG APP_NO_CACHE
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
git clone https://github.com/11notes/pykms-frontend.git; \
|
git clone https://github.com/11notes/pykms-frontend.git; \
|
||||||
cd /git/pykms-frontend; \
|
cd /git/pykms-frontend; \
|
||||||
|
|||||||
Reference in New Issue
Block a user