fexeak commited on
Commit
e381e81
·
1 Parent(s): f203179

add static

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -19,4 +19,5 @@ RUN git clone https://github.com/boson-ai/higgs-audio.git && \
19
  pip install -e .
20
 
21
  COPY --chown=user . /app
 
22
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
19
  pip install -e .
20
 
21
  COPY --chown=user . /app
22
+ COPY --chown=user static /app/static
23
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]