Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -30,9 +30,6 @@ RUN python scripts/download_model.py
|
|
| 30 |
# Copy all backend code
|
| 31 |
COPY . .
|
| 32 |
|
| 33 |
-
# Copy built frontend assets from Node stage
|
| 34 |
-
COPY --from=frontend-builder /frontend/dist ./static
|
| 35 |
-
|
| 36 |
# Create necessary directories
|
| 37 |
RUN mkdir -p models logs static
|
| 38 |
|
|
|
|
| 30 |
# Copy all backend code
|
| 31 |
COPY . .
|
| 32 |
|
|
|
|
|
|
|
|
|
|
| 33 |
# Create necessary directories
|
| 34 |
RUN mkdir -p models logs static
|
| 35 |
|