Skip to content

Commit c3f03d2

Browse files
committed
[DSC-2193] install yarn
1 parent f9b1359 commit c3f03d2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ FROM ${DOCKER_REGISTRY:-docker.io}/4science/dspace-cris-dependencies:${DSPACE_VE
1515

1616
COPY --parents src/** config/** webpack/** docker/dspace-ui.json angular.json server.ts startup-message.ts tsconfig.json tsconfig.app.json tsconfig.server.json tsconfig.spec.json tsconfig.ts-node.json typedoc.json /app/
1717

18+
RUN npm install --global yarn
19+
1820
WORKDIR /app
1921

2022
# Build Angular app

0 commit comments

Comments
 (0)