Fix: Do not break build if node modules cannot be deleted

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-03-24 22:44:10 +01:00
parent 7a1913b3b8
commit ea4d9294fa
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -16,6 +16,6 @@ RUN set -ex \
/root/.npm /root/.node-gyp \ /root/.npm /root/.node-gyp \
/usr/lib/node_modules/npm/man \ /usr/lib/node_modules/npm/man \
/usr/lib/node_modules/npm/doc \ /usr/lib/node_modules/npm/doc \
/usr/lib/node_modules/npm/html /usr/lib/node_modules/npm/html || true
ENTRYPOINT ["/usr/local/bin/eslint"] ENTRYPOINT ["/usr/local/bin/eslint"]