mirror of
https://github.com/luzifer-docker/eslint.git
synced 2024-11-08 06:40:00 +00:00
Fix: Do not break build if node modules cannot be deleted
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
7a1913b3b8
commit
ea4d9294fa
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ RUN set -ex \
|
|||
/root/.npm /root/.node-gyp \
|
||||
/usr/lib/node_modules/npm/man \
|
||||
/usr/lib/node_modules/npm/doc \
|
||||
/usr/lib/node_modules/npm/html
|
||||
/usr/lib/node_modules/npm/html || true
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/eslint"]
|
||||
|
|
Loading…
Reference in a new issue