Spaces:
Paused
Paused
rb125 commited on
Commit ·
5576e74
1
Parent(s): 9f31586
add .dockerignore to exclude frontend from server image
Browse files- .dockerignore +9 -0
.dockerignore
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dashboard-next
|
| 2 |
+
contracts
|
| 3 |
+
.git
|
| 4 |
+
.pytest_cache
|
| 5 |
+
__pycache__
|
| 6 |
+
*.pyc
|
| 7 |
+
.env
|
| 8 |
+
.next
|
| 9 |
+
node_modules
|