Skip to content

Commit

Permalink
Remove docker stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Jan 9, 2025
1 parent ce75985 commit f3dbdfe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 41 deletions.
8 changes: 0 additions & 8 deletions .dockerignore

This file was deleted.

32 changes: 0 additions & 32 deletions Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"install-jekyll": "./bin/install-jekyll.sh",
"publish-site": "./bin/publish-site.sh",
"build-site": "node ./bin/build-site.js",
"dev-site-with-docker": "docker build --progress=plain . && docker run -it --rm --volume $PWD/docs:/pouchdb-docs/docs -p 4000:4000 $(docker build --quiet .)",
"test-coverage": "./bin/test-coverage.sh",
"coverage": "COVERAGE=1 SERVER=pouchdb-server POUCHDB_SERVER_FLAGS=--in-memory PLUGINS=pouchdb-find ./bin/test-coverage.sh",
"build-test": "npm run build-test-utils && npm run build-perf",
Expand Down

0 comments on commit f3dbdfe

Please sign in to comment.