Cache bust
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc 2024-11-06 21:49:21 -05:00
parent 9a8e3e6005
commit b9f0362b30

View File

@ -9,6 +9,8 @@ WORKDIR "/home/node"
ARG WIKI_PACKAGE=wiki@0.37.0
ARG CACHE_BUST=1
USER node
RUN npm install -g --prefix . $WIKI_PACKAGE