Skip to content
Snippets Groups Projects
Commit cfaa43f6 authored by Marco De Donno's avatar Marco De Donno
Browse files

Patch the Dockerfile

parent ebf9b343
Branches
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ RUN python /library/TPS/TPSModules_unittest.py ...@@ -27,7 +27,7 @@ RUN python /library/TPS/TPSModules_unittest.py
################################################################################ ################################################################################
### Copy the Flask application ### Copy the Flask application
COPY ./api/requirements /api/requirements.txt COPY ./api/requirements.txt /api/requirements.txt
RUN pip install -r /api/requirements.txt RUN pip install -r /api/requirements.txt
COPY ./api /api COPY ./api /api
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment