Don't try deleting immutable folder

Este commit está contenido en:
asonix 2019-10-16 02:11:31 -05:00
padre 4c7836424d
commit 8d2e9b7132
Se han modificado 1 ficheros con 0 adiciones y 4 borrados

Ver fichero

@ -62,10 +62,6 @@ RUN cd ~ && \
OTP_SECRET=precompile_placeholder SECRET_KEY_BASE=precompile_placeholder rails assets:precompile && \
yarn cache clean
# Remove cached packages, break apt
RUN rm -rf /var/cache && \
rm -rf /var/lib/apt/lists/*
# Set the work dir and the container entry point
WORKDIR /opt/mastodon
ENTRYPOINT ["/tini", "--"]