Skip to content

Commit 91f59e3

Browse files
committed
tentative fix for dockerfile and copy file_checler_spec
1 parent aafbfd5 commit 91f59e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN set -e \
3838
# Copy the built jar file to the runtime stage
3939
COPY --from=builder --chown=root:gcontainer --chmod=750 /build/target/file_checker*.jar app.jar
4040
# Copy the specs :
41-
COPY /file_checker_spec /app/file_checker_spec
41+
COPY file_checker_spec /app/file_checker_spec
4242
# Specify the default command for running the app
4343
ENTRYPOINT ["java", "-jar", "/app/app.jar"]
4444

0 commit comments

Comments
 (0)