diff --git a/Dockerfile b/Dockerfile index 7c86e53..406f29a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,10 +2,7 @@ FROM ruby:3.4.1-alpine AS builder # Install build dependencies -RUN apk add --no-cache build-base nodejs npm - -# Enable corepack for pnpm -RUN corepack enable +RUN apk add --no-cache build-base nodejs npm && npm install -g pnpm # Set working directory WORKDIR /app