Skip to content

Commit

Permalink
Fix path in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
skodapetr committed Mar 7, 2024
1 parent a08313d commit 149e958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /opt/data-validation
COPY ./ ./
RUN chmod a+x ./gradlew
RUN ./gradlew installDist
RUN chmod a+x /opt/data-validation/bin/data-validator-cli
RUN chmod a+x /opt/data-validation/dist/bin/data-validator-cli

FROM openjdk:21-slim
WORKDIR /opt/data-validation
Expand Down

0 comments on commit 149e958

Please sign in to comment.