Skip to content

Commit 84d03e7

Browse files
committed
Fix dockerfile
1 parent 03205e5 commit 84d03e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.dockerignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
!.mvn
55
!pom.xml
66
!web-deps/*
7-
!web-deps/.locker/*
7+
!web-deps/locker/*
88
!base/*
99
!community-app/*
1010
!acceptance-test/*

docker/Dockerfile.community-app.multistage

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN echo "$MAVEN_BUILD_EXTRA_ARGS"
55

66
COPY mvnw pom.xml maven-settings.xml* /usr/src/app/
77
COPY web-deps/pom.xml /usr/src/app/web-deps/
8-
COPY web-deps/.locker/pom.xml /usr/src/app/web-deps/.locker/
8+
COPY web-deps/locker/pom.xml /usr/src/app/web-deps/locker/
99
COPY base/pom.xml /usr/src/app/base/
1010
COPY community-app/pom.xml /usr/src/app/community-app/
1111
COPY .mvn /usr/src/app/.mvn

0 commit comments

Comments
 (0)