Skip to content

Commit 2ce48fc

Browse files
committed
Add recursive to cp
1 parent 19676bb commit 2ce48fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ push: image
1515
docker push $(PREFIX)/$(REPO_NAME):$(TAG) # Push version tagged image to repository (since this image is already pushed it will simply create or update version tag)
1616

1717
test:
18-
docker run --rm --entrypoint "/bin/sh" -v $(PWD)/test-data/iccs-test:/test-data -v $(PWD)/hyperflow_viz_trace:/hvt-temp hyperflowwms/viz-trace -c "cp /hvt-temp/* /usr/src/app/hyperflow_viz_trace && cd /test-data && hflow-viz-trace -s /test-data"
18+
docker run --rm --entrypoint "/bin/sh" -v $(PWD)/test-data/iccs-test:/test-data -v $(PWD)/hyperflow_viz_trace:/hvt-temp hyperflowwms/viz-trace -c "cp -r /hvt-temp/* /usr/src/app/hyperflow_viz_trace && cd /test-data && hflow-viz-trace -s /test-data"
1919

2020
clean:

0 commit comments

Comments
 (0)