Skip to content

Commit 446445f

Browse files
authored
Update Dockerfile
1 parent 958b8af commit 446445f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ FROM docker.io/python:3.8
22

33
RUN apt-get -y update && apt-get install -y apt-utils gcc g++
44
RUN apt-get -y upgrade
5-
RUN git clone https://github.com/Mat-O-Lab/MapToMethod.git /src
6-
# ADD . /src
5+
#RUN git clone https://github.com/Mat-O-Lab/MapToMethod.git /src
6+
ADD . /src
7+
RUN pip install --no-cache-dir -r /src/requirements.txt
78
WORKDIR /src
8-
RUN pip install -r requirements.txt
99

1010
CMD ["gunicorn", "-b", "0.0.0.0:5000", "wsgi:app", "--workers=3"]

0 commit comments

Comments
 (0)