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