Skip to content

Commit bdc8e40

Browse files
Fix Dockerfile
1 parent 3c39d62 commit bdc8e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.producer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apk update && \
2222

2323
RUN git clone --branch 1.6 https://github.com/utoni/nDPId.git
2424

25-
COPY nDPId/config.h /root/nDPId
25+
COPY nDPId/config.h nDPId
2626

2727
RUN cd nDPId && mkdir build && cd build && cmake .. -DBUILD_NDPI=ON && make
2828

0 commit comments

Comments
 (0)