Commit 35aa8539 authored by Spiros Koulouzis's avatar Spiros Koulouzis

added test in dockerfile

parent de4fd0f0
......@@ -4,6 +4,7 @@ RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY requirements.txt /usr/src/app/
COPY test-requirements.txt /usr/src/app/
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --no-cache-dir -r test-requirements.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment