File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ RUN apt-get update && \
109109
110110COPY --from=build /go/bin/yq /usr/local/bin/crowdsec /usr/local/bin/cscli /usr/local/bin/
111111COPY --from=build /etc/crowdsec /staging/etc/crowdsec
112- COPY --from=build /go/src/crowdsec/docker/docker_start.sh /
113- COPY --from=build /go/src/crowdsec/docker/config.yaml /staging/etc/crowdsec/config.yaml
112+ COPY --from=build /go/src/crowdsec/build/ docker/docker_start.sh /
113+ COPY --from=build /go/src/crowdsec/build/ docker/config.yaml /staging/etc/crowdsec/config.yaml
114114
115115# Note Copying this since can't build statically yet
116116COPY --from=build /usr/local/lib/libonnxruntime.so.${ONNXRUNTIME_VERSION} /usr/lib/libonnxruntime.so.${ONNXRUNTIME_VERSION}
You can’t perform that action at this time.
0 commit comments