CSharpCommentChecker/Dockerfile
[BOT] Renovate 56f3a62903
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
chore(deps): update dependency eclipse-temurin to v18
2022-06-19 14:07:19 +00:00

6 lines
207 B
Docker

FROM eclipse-temurin:18-jdk
RUN mkdir /opt/validation
COPY build/libs/CSharpCommentChecker-*.jar /opt/validation/
RUN mv /opt/validation/CSharpCommentChecker-*.jar /opt/validation/CSharpCommentChecker.jar