Browse Source

Merge pull request #1147 from fmauNeko/docker_smaller_image

Fix npm/yarn cache cleaning
closed-social-glitch-2
Eugen 7 years ago
committed by GitHub
parent
commit
0bf31f5436
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Dockerfile

+ 2
- 1
Dockerfile View File

@ -29,7 +29,8 @@ RUN BUILD_DEPS=" \
&& npm install -g npm@3 && npm install -g yarn \
&& bundle install --deployment --without test development \
&& yarn \
&& npm cache clean \
&& yarn cache clean \
&& npm -g cache clean \
&& apk del $BUILD_DEPS \
&& rm -rf /tmp/* /var/cache/apk/*

Loading…
Cancel
Save