Skip to content

Commit db20cbb

Browse files
committed
update path to build/docker
1 parent a4ca992 commit db20cbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/docker/Dockerfile.debian

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ RUN apt-get update && \
109109

110110
COPY --from=build /go/bin/yq /usr/local/bin/crowdsec /usr/local/bin/cscli /usr/local/bin/
111111
COPY --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
116116
COPY --from=build /usr/local/lib/libonnxruntime.so.${ONNXRUNTIME_VERSION} /usr/lib/libonnxruntime.so.${ONNXRUNTIME_VERSION}

0 commit comments

Comments
 (0)