diff --git a/Dockerfile b/Dockerfile index c23870a..6fdbb63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,8 @@ FROM node:20-alpine WORKDIR /app -# Install nginx -RUN apk add --no-cache nginx bash +# Install nginx and curl +RUN apk add --no-cache nginx curl bash # Copy built frontend to nginx COPY --from=builder /build/dist /usr/share/nginx/html