Skip to content

Commit

Permalink
add missing param.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Aug 1, 2021
1 parent 21c867b commit 67a1690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/aem/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
- bash
- -l
- -c
- "cd /build/source/gebaemtesting-showcase && mvn -DskipTests -e -U -P autoInstallPackage clean install -Daem.port=8080 -Daem.host=author"
- "cd /build/source/gebaemtesting-showcase && mvn -DskipTests -e -U -P autoInstallPackage clean install -Daem.port=8080 -Daem.host=author -Dmaven.repo.local=/build/.m2/repository"
working_dir: "/build/source"
volumes:
- "../../:/build/source"
Expand Down Expand Up @@ -88,7 +88,7 @@ services:
- bash
- -l
- -c
- "cd /build/source/gebaemtesting-showcase && mvn -DskipTests -e -U -P autoInstallPackage clean install -Daem.port=8080 -Daem.host=publish"
- "cd /build/source/gebaemtesting-showcase && mvn -DskipTests -e -U -P autoInstallPackage clean install -Daem.port=8080 -Daem.host=publish -Dmaven.repo.local=/build/.m2/repository"
working_dir: "/build/source"
volumes:
- "../../:/build/source"
Expand Down

0 comments on commit 67a1690

Please sign in to comment.