Skip to content

Commit 1971ab6

Browse files
committed
add command comments for running container
1 parent ab8fa17 commit 1971ab6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile.scan-npm-registry

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# docker run -it --rm -v ./db:/tmp/codebase-scanner-npm-registry-results mathiscode/codebase-scanner-scan-npm-registry
2+
# watch -n 1 'sqlite3 codebase-scanner-npm-registry.sqlite "SELECT COUNT(*) FROM scan_results;" && ls -lh codebase-scanner-npm-registry.sqlite'
3+
14
FROM node:22-alpine
25
RUN npm install -g pnpm
36
WORKDIR /app

0 commit comments

Comments
 (0)