From cdaa0027edbebcced201e6393d4b0c4e795cec3a Mon Sep 17 00:00:00 2001 From: zeus Date: Fri, 19 Nov 2021 23:35:26 +0200 Subject: [PATCH] add dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e1ad41c..970bc9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN /root/setup.sh # nodejs npm install --- opencv----- uncomment -------------------------- ARG USER1=node -ARG NODEPROJECT1src=playground-client/playground-client +ARG NODEPROJECT1src=playground-poc-node/poc-datacollector/playground-client/ ARG NODEPROJECT1=playground-client ENV USER1 ${USER1}