Revert "Cache bust"

[ci skip]

This reverts commit b9f0362b30670cd0b8edc75802b2458fb5500f21.
This commit is contained in:
3wc 2024-11-06 21:53:35 -05:00
parent b9f0362b30
commit dd42a259e5

View File

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