1 Commits

Author SHA1 Message Date
e38d9ed53b using busy box image instead of alpine for httpd server
All checks were successful
continuous-integration/drone/tag Build is passing
2025-10-31 19:51:41 +05:30

View File

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