Loading src/pathcomp/frontend/Dockerfile +8 −2 Original line number Original line Diff line number Diff line Loading @@ -62,8 +62,14 @@ RUN python3 -m pip install -r requirements.txt # Add component files into working directory # Add component files into working directory WORKDIR /var/teraflow WORKDIR /var/teraflow COPY src/context/. context/ COPY src/context/__init__.py context/__init__.py COPY src/device/. device/ COPY src/context/client/. context/client/ COPY src/device/__init__.py device/__init__.py COPY src/device/client/. device/client/ COPY src/service/__init__.py service/__init__.py COPY src/service/client/. service/client/ COPY src/slice/__init__.py slice/__init__.py COPY src/slice/client/. slice/client/ COPY src/pathcomp/. pathcomp/ COPY src/pathcomp/. pathcomp/ # Start the service # Start the service Loading Loading
src/pathcomp/frontend/Dockerfile +8 −2 Original line number Original line Diff line number Diff line Loading @@ -62,8 +62,14 @@ RUN python3 -m pip install -r requirements.txt # Add component files into working directory # Add component files into working directory WORKDIR /var/teraflow WORKDIR /var/teraflow COPY src/context/. context/ COPY src/context/__init__.py context/__init__.py COPY src/device/. device/ COPY src/context/client/. context/client/ COPY src/device/__init__.py device/__init__.py COPY src/device/client/. device/client/ COPY src/service/__init__.py service/__init__.py COPY src/service/client/. service/client/ COPY src/slice/__init__.py slice/__init__.py COPY src/slice/client/. slice/client/ COPY src/pathcomp/. pathcomp/ COPY src/pathcomp/. pathcomp/ # Start the service # Start the service Loading