mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
668ec989ad
* Update Dockerfile to work with Next.js - Update to Node 18 - Do not run as root, this also works better with Node privilege-dropping. - Update README with new run instructions and adding the `--rm` flag to avoid leaving a bunch of unused Docker containers. - Also change README to recommend building the image locally. Image builds are pretty fast and the uploaded images get outdated pretty quickly. * Add .dockerignore to avoid sending large build contexts * Typo
10 lines
100 B
Plaintext
10 lines
100 B
Plaintext
.cache/
|
|
.next/
|
|
public/
|
|
node_modules
|
|
.npm
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
quickstart-training-generator.js
|