@@ -13,18 +13,18 @@ FROM maven:3.9.6-eclipse-temurin-17 AS build
1313WORKDIR /app
1414
1515# Copy pom and source code
16- COPY ../../pom.xml .
17- COPY ../../challenger ./challenger
18- COPY ../../challengerAuto ./challengerAuto
19- COPY ../../ercoremodel ./ercoremodel
20- COPY ../../examplemodels ./examplemodels
21- COPY ../../standAloneTodoListManagerRestApi ./standAloneTodoListManagerRestApi
22- COPY ../../standAloneTodoListManagerRestApiAuto ./standAloneTodoListManagerRestApiAuto
23- COPY ../../standAloneTodoListRestApi ./standAloneTodoListRestApi
24- COPY ../../swaggerizer ./swaggerizer
25- COPY ../../thingifier ./thingifier
26- COPY ../../thingifierapp ./thingifierapp
27- COPY ../../todoManagerRestAuto ./todoManagerRestAuto
16+ COPY ../../../ pom.xml .
17+ COPY ../../../ challenger ./challenger
18+ COPY ../../../ challengerAuto ./challengerAuto
19+ COPY ../../../ ercoremodel ./ercoremodel
20+ COPY ../../../ examplemodels ./examplemodels
21+ COPY ../../../ standAloneTodoListManagerRestApi ./standAloneTodoListManagerRestApi
22+ COPY ../../../ standAloneTodoListManagerRestApiAuto ./standAloneTodoListManagerRestApiAuto
23+ COPY ../../../ standAloneTodoListRestApi ./standAloneTodoListRestApi
24+ COPY ../../../ swaggerizer ./swaggerizer
25+ COPY ../../../ thingifier ./thingifier
26+ COPY ../../../ thingifierapp ./thingifierapp
27+ COPY ../../../ todoManagerRestAuto ./todoManagerRestAuto
2828
2929# Build the application
3030RUN mvn clean package -DskipTests
0 commit comments