Loading src/forecaster/Dockerfile +10 −5 Original line number Diff line number Diff line Loading @@ -62,12 +62,17 @@ RUN python3 -m pip install -r requirements.txt # Add component files into working directory WORKDIR /var/teraflow COPY src/context/. context/ COPY src/device/. device/ COPY src/context/__init__.py context/__init__.py COPY src/context/client/. context/client/ COPY src/device/__init__.py device/__init__.py COPY src/device/client/. device/client/ COPY src/monitoring/__init__.py monitoring/__init__.py COPY src/monitoring/client/. monitoring/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/forecaster/. forecaster/ COPY src/monitoring/. monitoring/ COPY src/service/. service/ COPY src/slice/. slice/ # Start the service ENTRYPOINT ["python", "-m", "forecaster.service"] Loading
src/forecaster/Dockerfile +10 −5 Original line number Diff line number Diff line Loading @@ -62,12 +62,17 @@ RUN python3 -m pip install -r requirements.txt # Add component files into working directory WORKDIR /var/teraflow COPY src/context/. context/ COPY src/device/. device/ COPY src/context/__init__.py context/__init__.py COPY src/context/client/. context/client/ COPY src/device/__init__.py device/__init__.py COPY src/device/client/. device/client/ COPY src/monitoring/__init__.py monitoring/__init__.py COPY src/monitoring/client/. monitoring/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/forecaster/. forecaster/ COPY src/monitoring/. monitoring/ COPY src/service/. service/ COPY src/slice/. slice/ # Start the service ENTRYPOINT ["python", "-m", "forecaster.service"]