Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ RUN dpkg -l | grep libpango1.0-dev
|
|
15 |
RUN ls
|
16 |
COPY requirements.txt ./
|
17 |
|
18 |
-
|
19 |
RUN pip3 install -r requirements.txt
|
20 |
|
21 |
EXPOSE 8501
|
|
|
15 |
RUN ls
|
16 |
COPY requirements.txt ./
|
17 |
|
18 |
+
COPY . ./
|
19 |
RUN pip3 install -r requirements.txt
|
20 |
|
21 |
EXPOSE 8501
|