SecretSanta / .dockerignore
tschm's picture
copy from SecretSanta
65286f6
raw
history blame contribute delete
186 Bytes
#https://stackoverflow.com/questions/28097064/dockerignore-ignore-everything-except-a-file-and-the-dockerfile
# Ignore Everything
**
!requirements.txt
!app.py
**/__pycache__
**/*.pyc