diff --git a/backend/Dockerfile b/backend/Dockerfile index 40fef75b92..cc0169e4d7 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -50,7 +50,7 @@ WORKDIR ${FUNCTION_DIR} RUN npm install -g pnpm -COPY custom_admin/package.json custom_admin/pnpm-lock.yaml ./ +COPY custom_admin/package.json custom_admin/pnpm-lock.yaml custom_admin/pnpm-workspace.yaml ./ RUN pnpm install diff --git a/backend/custom_admin/pnpm-workspace.yaml b/backend/custom_admin/pnpm-workspace.yaml new file mode 100644 index 0000000000..f0ce1ab865 --- /dev/null +++ b/backend/custom_admin/pnpm-workspace.yaml @@ -0,0 +1,4 @@ +allowBuilds: + '@parcel/watcher': true + esbuild: true + sharp: true