Skip to content

Commit 7361552

Browse files
Merge pull request #315 from cyberchen1995/master
fix: correct config file copy path in Dockerfile
2 parents 52e3aca + dba7b6a commit 7361552

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 <[email protected]>"
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)