using busy box image instead of alpine for httpd server
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-10-31 19:51:41 +05:30
parent 32687fee5a
commit e38d9ed53b

View File

@@ -16,8 +16,8 @@ COPY . .
# Build the app
RUN npm run build
# Stage 2: Production image
FROM alpine:latest
# Stage 2: Static file server (BusyBox)
FROM busybox:latest
WORKDIR /app