Skip to content

Commit

Permalink
Merge pull request #6 from rody/fix/remove-workdir
Browse files Browse the repository at this point in the history
fix: remove workdir instruction
  • Loading branch information
rody authored Nov 15, 2021
2 parents 65e26fe + cc84f15 commit 1daa8f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,5 @@ RUN cd /opt \

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

RUN mkdir /src
VOLUME /src
WORKDIR /src

ENTRYPOINT [ "/usr/bin/dumb-init", "/usr/bin/java", "-classpath", "/opt/pmd/lib/*", "net.sourceforge.pmd.PMD" ]
CMD ""

0 comments on commit 1daa8f4

Please sign in to comment.