We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b1359 commit c3f03d2Copy full SHA for c3f03d2
1 file changed
Dockerfile.dist
@@ -15,6 +15,8 @@ FROM ${DOCKER_REGISTRY:-docker.io}/4science/dspace-cris-dependencies:${DSPACE_VE
15
16
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/
17
18
+RUN npm install --global yarn
19
+
20
WORKDIR /app
21
22
# Build Angular app
0 commit comments