Skip to content

Commit 71f0eb9

Browse files
committed
chore: import #1024 from master
1 parent 9af44f8 commit 71f0eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ COPY .yarn .yarn
5050
COPY .eslintrc.js .prettierrc .yarnrc.yml complete.eslintrc.js eslint.tsconfig.json package.json tsconfig.json yarn.lock yarn-project.nix ./
5151

5252
FROM nodejs-builder as cardano-services-builder
53-
RUN yarn --immutable --inline-builds
53+
RUN yarn --immutable --inline-builds --mode=skip-build
5454
COPY packages packages
5555
RUN \
5656
echo "export const unused = 'unused';" > packages/e2e/src/index.ts &&\

0 commit comments

Comments
 (0)