Spaces:
Building
Building
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -40,7 +40,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
40 |
# ============================== APP CODE ===============================
|
41 |
COPY . .
|
42 |
|
43 |
-
# Copy Angular build output
|
44 |
COPY --from=angular-build /app/dist/flare-ui ./static
|
45 |
|
46 |
# Create assets directory if it doesn't exist
|
|
|
40 |
# ============================== APP CODE ===============================
|
41 |
COPY . .
|
42 |
|
43 |
+
# Copy Angular build output from the correct path
|
44 |
COPY --from=angular-build /app/dist/flare-ui ./static
|
45 |
|
46 |
# Create assets directory if it doesn't exist
|