Commit
·
cab36f7
1
Parent(s):
9c0efdd
add .git to .dockerignore
Browse files- .dockerignore +1 -1
.dockerignore
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Repo-specific DockerIgnore -------------------------------------------------------------------------------------------
|
2 |
-
|
3 |
.cache
|
4 |
.idea
|
5 |
runs
|
|
|
1 |
# Repo-specific DockerIgnore -------------------------------------------------------------------------------------------
|
2 |
+
.git
|
3 |
.cache
|
4 |
.idea
|
5 |
runs
|