We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe8aa0 commit 44134a2Copy full SHA for 44134a2
image/base/release.Dockerfile
@@ -12,4 +12,5 @@ RUN cd /var/www/discourse &&\
12
sudo -u discourse bundle install --jobs $(($(nproc) - 1)) &&\
13
sudo -u discourse yarn install --frozen-lockfile &&\
14
sudo -u discourse yarn cache clean &&\
15
+ find /var/www/discourse/vendor/bundle -name cache -not -path '*/gems/*' -type d -exec rm -rf {} + &&\
16
find /var/www/discourse/vendor/bundle -name tmp -type d -exec rm -rf {} +
0 commit comments