Add a .dockerignore to make builds faster and smaller.

This commit is contained in:
Ben Rog-Wilhelm 2022-05-14 02:12:55 -05:00 committed by GitHub
parent cb38e8118e
commit 4890291861
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
.dockerignore Normal file
View file

@ -0,0 +1,18 @@
# everything from .gitignore
image.*
video.mp4
video.webm
cache/
__pycache__/
.idea/
**/.pytest_cache/
venv/
.vscode/
.sass-cache/
flask_session/
.DS_Store
.venv
# other stuff
.git
.github