We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6672d06 commit fe98ee7Copy full SHA for fe98ee7
1 file changed
apps/anywaydata/Dockerfile
@@ -10,7 +10,8 @@ COPY docs-src ./docs-src
10
COPY packages ./packages
11
COPY scripts ./scripts
12
13
-RUN npm ci
+RUN npm ci --include=dev --include=optional
14
+RUN node -e "require.resolve('@rolldown/binding-linux-x64-musl')" >/dev/null 2>&1 || npm install --no-save --no-package-lock --include=dev --include=optional @rolldown/binding-linux-x64-musl@1.0.0
15
RUN npm ci --prefix docs-src
16
RUN npm run anywaydata --prefix docs-src
17
RUN npm run build:web
0 commit comments