Files
muwire/.dockerignore
LoveIsGrief a7bdd47fcd docker: Add more files to ignore
Helps with build speed on the local machine

#32 - Docker image
2020-01-14 17:00:07 +01:00

12 lines
169 B
Plaintext

# Dot directories
.gradle/
.idea/
.git/
# Build files
build/
# We execute COPY . .
# Modifying these files would unnecessarily invalidate the build context
Dockerfile