Spaces:
Running
Running
Update Dockerfile
Browse files- 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 ./
|
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 |
|