We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 958b8af commit 446445fCopy full SHA for 446445f
1 file changed
Dockerfile
@@ -2,9 +2,9 @@ FROM docker.io/python:3.8
2
3
RUN apt-get -y update && apt-get install -y apt-utils gcc g++
4
RUN apt-get -y upgrade
5
-RUN git clone https://github.com/Mat-O-Lab/MapToMethod.git /src
6
-# ADD . /src
+#RUN git clone https://github.com/Mat-O-Lab/MapToMethod.git /src
+ADD . /src
7
+RUN pip install --no-cache-dir -r /src/requirements.txt
8
WORKDIR /src
-RUN pip install -r requirements.txt
9
10
CMD ["gunicorn", "-b", "0.0.0.0:5000", "wsgi:app", "--workers=3"]
0 commit comments