We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e3aca commit dba7b6aCopy full SHA for dba7b6a
1 file changed
docker/Dockerfile
@@ -18,7 +18,7 @@ FROM ${BASEIMAGE}
18
LABEL authors="OpenSCA Team <opensca@anpro-tech.com>"
19
20
COPY --from=builder /app/opensca-cli /app/opensca-cli
21
-COPY --from=builder /app/opensca-cli /app/config.json
+COPY --from=builder /app/config.json /app/config.json
22
WORKDIR /src
23
ENTRYPOINT [ "/app/opensca-cli", "-path", "/src"]
24
CMD ["-config", "/src/config.json"]
0 commit comments