We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b61fa commit 3c61917Copy full SHA for 3c61917
1 file changed
embeddable-say-editor/Dockerfile
@@ -6,6 +6,8 @@ LABEL maintainer="info@redpencil.io"
6
# Do pnpm installs first to allow for caching
7
WORKDIR /app
8
RUN npm i -g corepack@0.31
9
+# Allow weird patched AU subdep for this test, but don't leave it always on
10
+RUN echo "blockExoticSubdeps: false" >> pnpm-workspace.yaml
11
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
12
COPY patches/ patches/
13
COPY embeddable-say-editor/package.json embeddable-say-editor/
0 commit comments