Skip to content

Commit

Permalink
Include mpclient-demo in mplane_client dockerized build
Browse files Browse the repository at this point in the history
Copy mpclient-demo source directory into the integrated docker image
  • Loading branch information
farshid-cloudly committed Feb 16, 2024
1 parent 65630fc commit aeba80e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mplane_client/test/docker/test.integrated.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN patch --directory /opt/dev/ntsim-ng/config/ --strip 4 config.json config.pat
COPY src /mplane_client/src
COPY test/rpc-client /mplane_client/test/rpc-client
COPY test/tests /mplane_client/test/tests
COPY example /mplane_client/example

WORKDIR /mplane_client/utils
RUN ./build_mpclient.sh --parallel 2
Expand Down

0 comments on commit aeba80e

Please sign in to comment.