Commit bfddd15c authored by Alexander Lercher's avatar Alexander Lercher

building requirements in dockerfile

parent 18f36b0c
......@@ -5,13 +5,12 @@ ENV http_proxy http://proxy.uni-klu.ac.at:3128/
ENV https_proxy http://proxy.uni-klu.ac.at:3128/
RUN apt-get update
RUN pip install flask
RUN pip install connexion[swagger-ui]
EXPOSE 5000
WORKDIR /app
COPY src/data-hub/community-detection-microservice/app/ /app/
RUN pip install -r requirements.txt
RUN chmod a+x main.py
CMD ["python", "./main.py"]
\ No newline at end of file
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