Spaces:
Paused
Paused
rb125 commited on
Commit ·
13452cb
1
Parent(s): 80505b5
include contracts/deployed.json in Docker image
Browse files- .dockerignore +3 -1
.dockerignore
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
dashboard-next
|
| 2 |
-
contracts
|
|
|
|
|
|
|
| 3 |
.git
|
| 4 |
.pytest_cache
|
| 5 |
__pycache__
|
|
|
|
| 1 |
dashboard-next
|
| 2 |
+
contracts/node_modules
|
| 3 |
+
contracts/cache
|
| 4 |
+
contracts/artifacts
|
| 5 |
.git
|
| 6 |
.pytest_cache
|
| 7 |
__pycache__
|