diff --git a/Dockerfile b/Dockerfile index 124e8c8..655aa84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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