Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -51,6 +51,7 @@ COPY . .
|
|
| 51 |
RUN chmod 666 service_config.jsonc
|
| 52 |
|
| 53 |
# Copy Angular build output - fixed path
|
|
|
|
| 54 |
COPY --from=angular-build /app/flare-ui/dist/flare-ui ./static
|
| 55 |
|
| 56 |
# Create assets directory if it doesn't exist
|
|
|
|
| 51 |
RUN chmod 666 service_config.jsonc
|
| 52 |
|
| 53 |
# Copy Angular build output - fixed path
|
| 54 |
+
# ✅ Angular build output'u kopyalanıyor
|
| 55 |
COPY --from=angular-build /app/flare-ui/dist/flare-ui ./static
|
| 56 |
|
| 57 |
# Create assets directory if it doesn't exist
|