mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +00:00
scope maven build
This commit is contained in:
@@ -25,7 +25,7 @@ ADD --chown=dspace . /app/
|
|||||||
COPY dspace/src/main/docker/local.cfg /app/local.cfg
|
COPY dspace/src/main/docker/local.cfg /app/local.cfg
|
||||||
|
|
||||||
# Build DSpace. Copy the dspace-install directory to /install. Clean up the build to keep the docker image small
|
# Build DSpace. Copy the dspace-install directory to /install. Clean up the build to keep the docker image small
|
||||||
RUN mvn package && \
|
RUN mvn package -P dspace-api && \
|
||||||
mv /app/dspace/target/${TARGET_DIR}/* /install && \
|
mv /app/dspace/target/${TARGET_DIR}/* /install && \
|
||||||
mvn clean
|
mvn clean
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user