Loading src/compute/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ RUN python3 -m pip install -r compute/requirements.in # Add files into working directory COPY common/. common COPY compute/. compute COPY service/. service # Start compute service ENTRYPOINT ["python", "-m", "compute.service"] Loading
src/compute/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ RUN python3 -m pip install -r compute/requirements.in # Add files into working directory COPY common/. common COPY compute/. compute COPY service/. service # Start compute service ENTRYPOINT ["python", "-m", "compute.service"]