Skip to content

Commit

Permalink
Harmonise cleanup with glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Aug 26, 2024
1 parent 2bfd0fc commit bcae012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ RUN \
-o -name '*LICENSE*' \
-o -name 'Rakefile' \
-o -name '.*' \) \
-type f -delete && \
rm -rf /app/www/streaming/node_modules/*/test && \
rm -rf /app/www/node_modules
-type f -delete

COPY root/ /

Expand Down
4 changes: 1 addition & 3 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ RUN \
-o -name '*LICENSE*' \
-o -name 'Rakefile' \
-o -name '.*' \) \
-type f -delete && \
rm -rf /app/www/streaming/node_modules/*/test && \
rm -rf /app/www/node_modules
-type f -delete

COPY root/ /

Expand Down

0 comments on commit bcae012

Please sign in to comment.