1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/scrapyd/onbuild/README.md

15 lines
468 B
Markdown
Raw Normal View History

2015-06-01 01:08:57 +00:00
scrapyd-onbuild
===============
Dockerfile for building an image that runs [scrapyd][1].
Please use this image as base for your own project.
You may edit these files:
- `packages.txt` - additional packages to be installed (via `apt-get install`)
- `dependencies.txt` - dependencies for python requirements (via `apt-get install/purge`)
- `requirements.txt` - additional python packages to be installed (via `pip install`)
[1]: https://github.com/scrapy/scrapyd