[fix] fix vis_output path
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -42,6 +42,6 @@ RUN ls -l ${WORKDIR_ROOT}/wrappers/
|
|
42 |
RUN ls -l ${WORKDIR_ROOT}/static/
|
43 |
RUN ls -l ${WORKDIR_ROOT}/static/dist
|
44 |
RUN ls -l ${WORKDIR_ROOT}/static/node_modules
|
45 |
-
RUN ls -l
|
46 |
|
47 |
CMD ["uvicorn", "wrappers.fastapi_wrapper:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
42 |
RUN ls -l ${WORKDIR_ROOT}/static/
|
43 |
RUN ls -l ${WORKDIR_ROOT}/static/dist
|
44 |
RUN ls -l ${WORKDIR_ROOT}/static/node_modules
|
45 |
+
RUN ls -l /tmp/vis_output
|
46 |
|
47 |
CMD ["uvicorn", "wrappers.fastapi_wrapper:app", "--host", "0.0.0.0", "--port", "7860"]
|