Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,5 +14,5 @@ COPY ./idcard_examples ./idcard_examples
|
|
14 |
COPY ./data ./data
|
15 |
RUN chmod a+x run.sh
|
16 |
RUN pip3 install -r requirements.txt
|
17 |
-
CMD ["./run.sh"]
|
18 |
EXPOSE 8080 9000
|
|
|
14 |
COPY ./data ./data
|
15 |
RUN chmod a+x run.sh
|
16 |
RUN pip3 install -r requirements.txt
|
17 |
+
CMD ["/bin/bash", "-c", "./run.sh"]
|
18 |
EXPOSE 8080 9000
|