Skip to content

Commit b2f5afd

Browse files
committed
Copy nameCollector executable into /usr/local/bin
1 parent 23ed58c commit b2f5afd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ COPY --from=builder /usr/local/lib/ /usr/local/lib/
7474
RUN ldconfig
7575

7676
# Copy nameCollector binary from builder
77-
COPY --from=builder /nameCollector/build/bin/ /usr/local/bin/nameCollector
77+
COPY --from=builder /nameCollector/build/bin/nameCollector /usr/local/bin/nameCollector
7878

79-
WORKDIR /nameCollector/build/bin
79+
WORKDIR /examples

0 commit comments

Comments
 (0)