Skip to content

Commit cf26ea9

Browse files
committed
update dockerfile
1 parent 17b3b73 commit cf26ea9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ WORKDIR /app
66

77
COPY package.json package-lock.json ./
88
COPY packages/jsEval/package.json ./packages/jsEval/
9+
COPY packages/runtime/package.json ./packages/runtime/
910

1011
RUN --mount=type=cache,target=/root/.npm \
1112
npm ci --no-audit --no-fund

0 commit comments

Comments
 (0)