Skip to content

Commit 728a2e7

Browse files
committed
Clean yarn cache in Docker build
1 parent 4f968e6 commit 728a2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN curl -sL https://deb.nodesource.com/setup_18.x | bash \
1515
COPY . /metacpan-web/
1616
WORKDIR /metacpan-web
1717

18-
RUN yarn install
18+
RUN yarn install && yarn cache clean
1919

2020
RUN cpanm --notest App::cpm \
2121
&& cpm install -g Carton \

0 commit comments

Comments
 (0)