MVPilgrim commited on
Commit
5a798ac
·
verified ·
1 Parent(s): 96d40b1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -60,7 +60,7 @@ RUN apt update
60
  WORKDIR /app
61
 
62
  COPY ./requirements.txt /app/requirements.txt
63
- COPY ./app.py /app/app.py
64
  RUN mkdir -p /app/inputDocs
65
  COPY ./inputDocs/* /app/inputDocs
66
 
 
60
  WORKDIR /app
61
 
62
  COPY ./requirements.txt /app/requirements.txt
63
+ COPY ./semsearch.py /app/semsearch.py
64
  RUN mkdir -p /app/inputDocs
65
  COPY ./inputDocs/* /app/inputDocs
66