diff --git a/docs/advanced-topics/amps.md b/docs/advanced-topics/amps.md index 521042c7..5cdd3b1c 100644 --- a/docs/advanced-topics/amps.md +++ b/docs/advanced-topics/amps.md @@ -171,7 +171,10 @@ Here is an example of how to install Florian Maul's Javascript Console. Another option for installing 3rd party AMPs to the projects is to have the amps local to the project. In this approach the amp file, the amp local to the project will be copied and applied from the Docker file. To use local amp you need to: 1. Modify the -platform-docker/pom.xml - 2. Copy the amp file into -platform-docker/src/main/docker + 2. Create directory: -platform-docker/src/main/docker/extensions + 3. Copy the amp file into -platform-docker/src/main/docker/extensions + +The project Dockerfile contains directives to apply amp to Alfresco image in the build element of ./workshop-sdk4-platform-docker/pom.xml,