Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AllMethodGrind committed Aug 11, 2020
1 parent e0f9eac commit 9931c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -7,4 +7,4 @@ ADD . .
RUN ./gradlew build
RUN ./gradlew getDependencies

ENTRYPOINT ["java", "-cp", "./build/libs/*:", "com.netflix.imflibrary.app.IMPAnalyzer"]
ENTRYPOINT ["java", "-cp", "/source/build/libs/*:", "com.netflix.imflibrary.app.IMPAnalyzer"]

0 comments on commit 9931c7a

Please sign in to comment.