diff --git a/docker/Dockerfile b/docker/Dockerfile index fbd29a1a0..b34b6fa9d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,8 +1,8 @@ FROM oven/bun:1.3.2 WORKDIR /app -# Install Node.js to fix Bun bug with msgpackr-extract postinstall scripts -RUN apt-get update && apt-get install -y nodejs npm && rm -rf /var/lib/apt/lists/* +# # Install Node.js to fix Bun bug with msgpackr-extract postinstall scripts +# RUN apt-get update && apt-get install -y nodejs npm && rm -rf /var/lib/apt/lists/* # Copy root package files COPY package.json .