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 19:15:57 +05:30 committed by GitHub
parent 576d653beb
commit 96d390d423
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,8 +79,6 @@ sed -i 's/"tar": "\^7\.5\.[0-9]*"/"tar": "^7.5.10"/g; s/"minimatch": "\^10\.[0-9
# no longer visible to image scanners. The globally installed npm@latest
# 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