mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-01 14:41:46 +00:00
Tidy up Dockerfile
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user