We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39654ac commit 83f4ec5Copy full SHA for 83f4ec5
2 files changed
Dockerfile.cli
@@ -17,6 +17,7 @@ FROM ${DOCKER_REGISTRY}/dspace/dspace-dependencies:${DSPACE_VERSION} AS build
17
ARG TARGET_DIR=dspace-installer
18
WORKDIR /app
19
# The dspace-installer directory will be written to /install
20
+USER root
21
RUN mkdir /install \
22
&& chown -Rv dspace: /install \
23
&& chown -Rv dspace: /app
Dockerfile.test
@@ -19,6 +19,7 @@ FROM ${DOCKER_REGISTRY}/dspace/dspace-dependencies:${DSPACE_VERSION} AS build
24
25
0 commit comments