This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-training.git
commit 44f851de31a29c26b648f7afd7fc9952361494e3 Author: Christofer Dutz <[email protected]> AuthorDate: Sat Aug 2 17:19:05 2025 +0200 feat: Ensured the docker build also builds the website. --- docker-compose.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index c33a0a3..a99cb2e 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -17,13 +17,12 @@ # under the License. # -version: "3.8" services: builder: build: context: . dockerfile: Dockerfile - command: ["/ws/mvnw", "-e", "-Dmaven.repo.local=/ws/out/.repository", "clean", "install"] + command: ["/ws/mvnw", "-e", "-Dmaven.repo.local=/ws/out/.repository", "clean", "install", "site"] volumes: # Bind the local directory as "/ws" - type: bind
