Skip to content

Commit 3440845

Browse files
committed
Codacy Dockerfile fixes
1 parent 2670e97 commit 3440845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DockerFile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ RUN apk add --no-cache curl tar bash \
1515
WORKDIR /usr/src/app
1616

1717
# copy just the pom.xml and install dependencies for caching
18-
ADD pom.xml .
18+
COPY pom.xml .
1919
RUN mvn verify clean --fail-never
2020

21-
ADD . .
21+
COPY . .
2222

2323
RUN mvn install -DskipTests
2424

0 commit comments

Comments
 (0)