akra35567 commited on
Commit
f749367
·
verified ·
1 Parent(s): 2acf927

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 . # ← NOVO
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