mirror of
https://github.com/luzifer-docker/codimd.git
synced 2024-11-08 14:20:11 +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
97fa3b69fb
commit
1167c9e99f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ RUN set -ex \
|
|||
webpack-cli \
|
||||
&& npx npm@lts install --loglevel warn \
|
||||
&& npx npm@lts run build \
|
||||
&& rm -rf node_modules \
|
||||
&& rm -rf node_modules || true \
|
||||
&& NODE_ENV=production npx npm@lts install --loglevel warn \
|
||||
&& npx npm@lts install sqlite3
|
||||
|
||||
|
|
Loading…
Reference in a new issue