dockerfiles
This commit is contained in:
8
.dockerignore
Normal file
8
.dockerignore
Normal file
@@ -0,0 +1,8 @@
|
||||
# The source code is bind-mounted at runtime, not copied into the image.
|
||||
# .dockerignore only matters for what's sent to the Docker build daemon
|
||||
# (i.e. the COPY requirements.txt step in the Dockerfile).
|
||||
.git/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Keep requirements.txt (needed for the COPY in Dockerfile)
|
||||
Reference in New Issue
Block a user