mastodon: fix a nuclear mistake

This commit is contained in:
Wonderfall 2017-06-16 01:52:18 +02:00
parent c832e17ec8
commit a0dac6b915
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ RUN apk -U upgrade \
&& npm -g cache clean && yarn cache clean \
&& mv public/assets /tmp/assets && mv public/packs /tmp/packs \
&& apk del build-dependencies \
&& rm -rf /tmp/* /var/cache/apk/*
&& rm -rf /var/cache/apk/*
COPY rootfs /

View File

@ -55,7 +55,7 @@ RUN apk -U upgrade \
&& npm -g cache clean && yarn cache clean \
&& mv public/assets /tmp/assets && mv public/packs /tmp/packs \
&& apk del build-dependencies \
&& rm -rf /tmp/* /var/cache/apk/*
&& rm -rf /var/cache/apk/*
COPY rootfs /

View File

@ -55,7 +55,7 @@ RUN apk -U upgrade \
&& npm -g cache clean && yarn cache clean \
&& mv public/assets /tmp/assets && mv public/packs /tmp/packs \
&& apk del build-dependencies \
&& rm -rf /tmp/* /var/cache/apk/*
&& rm -rf /var/cache/apk/*
COPY rootfs /