scribble / .dockerignore
tschm's picture
with dockerignore
5146d64
raw
history blame contribute delete
198 Bytes
#https://stackoverflow.com/questions/28097064/dockerignore-ignore-everything-except-a-file-and-the-dockerfile
# Ignore Everything
**
!pyscribble
!requirements.txt
!app.py
**/__pycache__
**/*.pyc