Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,6 +13,6 @@ COPY ./demo.py .
|
|
| 13 |
COPY ./samples ./samples
|
| 14 |
COPY ./run.sh .
|
| 15 |
RUN pip3 install -r requirements.txt
|
| 16 |
-
RUN chmod a+x
|
| 17 |
CMD ["./run.sh"]
|
| 18 |
EXPOSE 8080
|
|
|
|
| 13 |
COPY ./samples ./samples
|
| 14 |
COPY ./run.sh .
|
| 15 |
RUN pip3 install -r requirements.txt
|
| 16 |
+
RUN chmod a+x run.sh
|
| 17 |
CMD ["./run.sh"]
|
| 18 |
EXPOSE 8080
|