Commit 64433d8d authored by Spiros Koulouzis's avatar Spiros Koulouzis

remove tests

parent 49a3fb3d
...@@ -8,12 +8,12 @@ COPY test-requirements.txt /usr/src/app/ ...@@ -8,12 +8,12 @@ COPY test-requirements.txt /usr/src/app/
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --no-cache-dir -r test-requirements.txt #RUN pip install --no-cache-dir -r test-requirements.txt
COPY . /usr/src/app COPY . /usr/src/app
RUN python -m unittest discover #RUN python -m unittest discover
RUN pip uninstall -y --no-cache-dir -r test-requirements.txt #RUN pip uninstall -y --no-cache-dir -r test-requirements.txt
EXPOSE 8081 EXPOSE 8081
......
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