mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
release: force npm cache clean
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,7 @@ RUN apk --update add nodejs npm git
|
||||
|
||||
FROM base as node
|
||||
COPY package*.json .
|
||||
RUN npm install
|
||||
RUN npm install && npm cache clean --force
|
||||
|
||||
FROM base as hugo
|
||||
ARG HUGO_VERSION=0.116.1
|
||||
|
||||
Reference in New Issue
Block a user