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