krstakis commited on
Commit
eebf4ee
·
1 Parent(s): 2f22ef9

fixing dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ RUN pip install -r requirements.txt
27
 
28
  WORKDIR /app
29
 
30
- COPY ./prompt_search_engine .
31
 
32
  EXPOSE 9999
33
  ENTRYPOINT ["python", "run.py"]
 
27
 
28
  WORKDIR /app
29
 
30
+ COPY . .
31
 
32
  EXPOSE 9999
33
  ENTRYPOINT ["python", "run.py"]