Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -62,6 +62,7 @@ WORKDIR /app
|
|
62 |
COPY ./requirements.txt /app/requirements.txt
|
63 |
COPY ./semsearch.py /app/semsearch.py
|
64 |
COPY ./startup.sh /app/startup.sh
|
|
|
65 |
RUN mkdir -p /app/inputDocs
|
66 |
COPY ./inputDocs/* /app/inputDocs
|
67 |
|
|
|
62 |
COPY ./requirements.txt /app/requirements.txt
|
63 |
COPY ./semsearch.py /app/semsearch.py
|
64 |
COPY ./startup.sh /app/startup.sh
|
65 |
+
RUN chmod 755 /app/startup.sh
|
66 |
RUN mkdir -p /app/inputDocs
|
67 |
COPY ./inputDocs/* /app/inputDocs
|
68 |
|