Update .dockerignore
Browse files- .dockerignore +3 -1
.dockerignore
CHANGED
@@ -2,7 +2,9 @@
|
|
2 |
!configs/
|
3 |
!models/
|
4 |
!sample_data/
|
|
|
5 |
!figures
|
6 |
!requirements.txt
|
7 |
!app.py
|
8 |
-
!
|
|
|
|
2 |
!configs/
|
3 |
!models/
|
4 |
!sample_data/
|
5 |
+
!utils/
|
6 |
!figures
|
7 |
!requirements.txt
|
8 |
!app.py
|
9 |
+
!index.html
|
10 |
+
!style.css
|