1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-02-13 18:10:35 +03:00
Commit Graph

1 Commits

Author SHA1 Message Date
Daniël de Kok
668ec989ad
Update Dockerfile to work with Next.js ()
* 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
2023-01-18 18:15:47 +01:00