Commit a0f7721f authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

PathComp component - Frontend:

- Fixed Dockerfile
parent 89374bf9
Loading
Loading
Loading
Loading
+8 −2
Original line number Original line Diff line number Diff line
@@ -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