Skip to content

Commit b1e0e7a

Browse files
committed
web page improve
1 parent 4529c1b commit b1e0e7a

File tree

6 files changed

+222
-1308
lines changed

6 files changed

+222
-1308
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ EXPOSE 8000
3030
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
3131
CMD curl -f http://localhost:8000/api/health || exit 1
3232

33-
CMD ["python", "-m", "waitress", "--host=0.0.0.0", "--port=8000", "ttsfm-web.app:app"]
33+
WORKDIR /app/ttsfm-web
34+
CMD ["python", "-m", "waitress", "--host=0.0.0.0", "--port=8000", "app:app"]

0 commit comments

Comments
 (0)