Skip to content

Commit fe98ee7

Browse files
committed
docker fix
1 parent 6672d06 commit fe98ee7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/anywaydata/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ COPY docs-src ./docs-src
1010
COPY packages ./packages
1111
COPY scripts ./scripts
1212

13-
RUN npm ci
13+
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
1415
RUN npm ci --prefix docs-src
1516
RUN npm run anywaydata --prefix docs-src
1617
RUN npm run build:web

0 commit comments

Comments
 (0)