Spaces:
Running
Running
justin2341
commited on
Commit
•
21a725a
1
Parent(s):
5d2426e
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -12,6 +12,8 @@ COPY ./requirements.txt .
|
|
12 |
COPY ./run.sh .
|
13 |
COPY ./idcard_examples ./idcard_examples
|
14 |
COPY ./data ./data
|
|
|
|
|
15 |
RUN pip3 install -r requirements.txt
|
16 |
CMD ["./run.sh"]
|
17 |
EXPOSE 8080 9000
|
|
|
12 |
COPY ./run.sh .
|
13 |
COPY ./idcard_examples ./idcard_examples
|
14 |
COPY ./data ./data
|
15 |
+
COPY ./license.txt .
|
16 |
+
RUN chmod a+x run.sh
|
17 |
RUN pip3 install -r requirements.txt
|
18 |
CMD ["./run.sh"]
|
19 |
EXPOSE 8080 9000
|