dspace-cli dockerfile

This commit is contained in:
Terry Brady
2019-08-06 11:34:05 -07:00
parent 6b93dfb89d
commit 6da64a2f60

View File

@@ -47,7 +47,7 @@ RUN ant init_installation update_configs update_code
# Step 3 - Run tomcat
# Create a new tomcat image that does not retain the the build directory contents
FROM openjdk:8-jre8
FROM openjdk:8-jdk
ENV DSPACE_INSTALL=/dspace
COPY --from=ant_build /dspace $DSPACE_INSTALL