We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafbfd5 commit 91f59e3Copy full SHA for 91f59e3
1 file changed
Dockerfile
@@ -38,7 +38,7 @@ RUN set -e \
38
# Copy the built jar file to the runtime stage
39
COPY --from=builder --chown=root:gcontainer --chmod=750 /build/target/file_checker*.jar app.jar
40
# Copy the specs :
41
-COPY /file_checker_spec /app/file_checker_spec
+COPY file_checker_spec /app/file_checker_spec
42
# Specify the default command for running the app
43
ENTRYPOINT ["java", "-jar", "/app/app.jar"]
44
0 commit comments