Skip to content

Commit b634134

Browse files
committed
amend paths
1 parent 0341e91 commit b634134

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docker/apichallenges/build-multiplayer/Dockerfile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ FROM maven:3.9.6-eclipse-temurin-17 AS build
1313
WORKDIR /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
3030
RUN mvn clean package -DskipTests

0 commit comments

Comments
 (0)