Spaces:
Build error
Build error
Daniel Marques commited on
Commit ·
3c037b0
1
Parent(s): a354107
feat: add fastapi
Browse files- .dockerignore +3 -0
.dockerignore
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
*
|
| 2 |
!*.py
|
|
|
|
|
|
|
| 3 |
!requirements.txt
|
| 4 |
!SOURCE_DOCUMENTS
|
| 5 |
!static
|
|
|
|
|
|
| 1 |
*
|
| 2 |
!*.py
|
| 3 |
+
!*.txt
|
| 4 |
+
!*.html
|
| 5 |
!requirements.txt
|
| 6 |
!SOURCE_DOCUMENTS
|
| 7 |
!static
|
| 8 |
+
|