Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,7 @@ COPY app.py .
|
|
| 9 |
COPY database.py .
|
| 10 |
COPY treinamento.py .
|
| 11 |
COPY config.py .
|
| 12 |
-
COPY web_search.py .
|
| 13 |
|
| 14 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 15 |
|
|
|
|
| 9 |
COPY database.py .
|
| 10 |
COPY treinamento.py .
|
| 11 |
COPY config.py .
|
| 12 |
+
COPY web_search.py .
|
| 13 |
|
| 14 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 15 |
|