using busy box image instead of alpine for httpd server
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user