Skip to content

Commit 1daa8f4

Browse files
authored
Merge pull request #6 from rody/fix/remove-workdir
fix: remove workdir instruction
2 parents 65e26fe + cc84f15 commit 1daa8f4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,5 @@ RUN cd /opt \
1414

1515
RUN apk add --update --no-cache dumb-init
1616

17-
RUN mkdir /src
18-
VOLUME /src
19-
WORKDIR /src
20-
2117
ENTRYPOINT [ "/usr/bin/dumb-init", "/usr/bin/java", "-classpath", "/opt/pmd/lib/*", "net.sourceforge.pmd.PMD" ]
2218
CMD ""

0 commit comments

Comments
 (0)