diff --git a/Dockerfile b/Dockerfile index ae9d6f83d1d..39e9fa1a6e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,6 +80,8 @@ sed -i 's/"tar": "\^7\.5\.[0-9]*"/"tar": "^7.5.10"/g; s/"minimatch": "\^10\.[0-9 # at /usr/local/lib/node_modules/npm/ remains fully functional. { apk del --no-cache npm 2>/dev/null || true; } { apk del --no-cache npm 2>/dev/null || true; } + { apk del --no-cache npm 2>/dev/null || true; } +WORKDIR /app COPY . . RUN ls -la /app