Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Add yarn cache clean to cleanup (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 authored Nov 9, 2021
1 parent 85af28a commit 362613a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home-panel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN \
&& cd /opt/panel \
&& yarn install \
\
&& yarn cache clean \
&& apk del --no-cache --purge .build-dependencies \
&& rm -fr /tmp/*

Expand Down

0 comments on commit 362613a

Please sign in to comment.