Tidy up Dockerfile

This commit is contained in:
Alan Davis
2020-10-02 18:00:15 +01:00
parent 91c5609252
commit c477f57f7a

View File

@@ -8,8 +8,8 @@ ARG resource_path=target
# Create prerequisite to store tools and properties # Create prerequisite to store tools and properties
RUN mkdir -p /usr/local/tomcat/shared/classes/alfresco/extension && \ RUN mkdir -p /usr/local/tomcat/shared/classes/alfresco/extension && \
mkdir /licenses && \ mkdir /licenses && \
mkdir /usr/local/tomcat/alfresco-mmt mkdir /usr/local/tomcat/alfresco-mmt && \
RUN touch /usr/local/tomcat/shared/classes/alfresco-global.properties touch /usr/local/tomcat/shared/classes/alfresco-global.properties
# You need to run `mvn clean install` in the root of this project to update the following dependencies # You need to run `mvn clean install` in the root of this project to update the following dependencies
# Copy the WAR files to the appropriate location for your application server # Copy the WAR files to the appropriate location for your application server