Skip to content

Commit 837be7c

Browse files
authored
Merge pull request #1024 from input-output-hk/chore/docker-build-speed-up
chore: add mode skip build in docker image yarn build phase
2 parents 586e56f + 8461322 commit 837be7c

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)