Spaces:
Running
Running
Include frontend in Docker build context
Browse files- .dockerignore +2 -2
.dockerignore
CHANGED
|
@@ -85,8 +85,8 @@ scripts/
|
|
| 85 |
# -----------------------------------------------------------------------------
|
| 86 |
# Frontend
|
| 87 |
# -----------------------------------------------------------------------------
|
| 88 |
-
#
|
| 89 |
-
frontend/
|
| 90 |
|
| 91 |
# -----------------------------------------------------------------------------
|
| 92 |
# Documentation and Project Files
|
|
|
|
| 85 |
# -----------------------------------------------------------------------------
|
| 86 |
# Frontend
|
| 87 |
# -----------------------------------------------------------------------------
|
| 88 |
+
# Frontend is included - needed for combined Dockerfile build
|
| 89 |
+
# frontend/ # DO NOT exclude - required for multi-stage build
|
| 90 |
|
| 91 |
# -----------------------------------------------------------------------------
|
| 92 |
# Documentation and Project Files
|