GetTogether/.dockerignore
Douglass Clem 11e335bb71 Make a smaller Docker image
This shrinks the resulting docker image from 500+ mb to 151, by
switching to the official python alpine image and using multi-stage
builds.
2018-08-19 10:36:36 -04:00

6 lines
63 B
Text

*.sqlite*
*.pyc
*local_settings.*
Dockerfile
README.md
LICENSE