Docker buid issue

This commit is contained in:
2025-10-17 10:02:44 +05:30
parent 4a1d0dbf9a
commit f64ddcca93
3 changed files with 9 additions and 7 deletions

View File

@ -18,6 +18,9 @@ RUN npm run build
# ===============================
FROM nginx:alpine
# Install wget for healthcheck
RUN apk add --no-cache wget
# Copy built files
COPY --from=builder /app/dist/fuse/browser /usr/share/nginx/html