diff --git a/app.dockerfile b/app.dockerfile index 68d5f5a..5dc3226 100644 --- a/app.dockerfile +++ b/app.dockerfile @@ -17,7 +17,7 @@ FROM node:20.18.0-slim WORKDIR /home/perplexica # 🐧 Install curl + netstat (from net-tools) -RUN apt-get update && apt-get install -y curl net-tools && apt-get clean +# RUN apt-get update && apt-get install -y curl net-tools && apt-get clean COPY --from=builder /home/perplexica/public ./public COPY --from=builder /home/perplexica/.next/static ./public/_next/static