Update Dockerfile

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Harshit Jain 2026-03-07 15:24:42 +05:30 committed by GitHub
parent dedba01cb8
commit ecc0efe809
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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