Skip to content

Commit dba7b6a

Browse files
committed
fix: correct config file copy path in Dockerfile
1 parent 52e3aca commit dba7b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM ${BASEIMAGE}
1818
LABEL authors="OpenSCA Team <opensca@anpro-tech.com>"
1919

2020
COPY --from=builder /app/opensca-cli /app/opensca-cli
21-
COPY --from=builder /app/opensca-cli /app/config.json
21+
COPY --from=builder /app/config.json /app/config.json
2222
WORKDIR /src
2323
ENTRYPOINT [ "/app/opensca-cli", "-path", "/src"]
2424
CMD ["-config", "/src/config.json"]

0 commit comments

Comments
 (0)