diff --git a/Dockerfile b/Dockerfile index ea34948..c9b8904 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,6 @@ FROM python:latest COPY build/ . -EXPOSE 8000 +EXPOSE 5006 -CMD python -m http.server 8000 \ No newline at end of file +CMD python -m http.server 5006 \ No newline at end of file diff --git a/build/Talkpal.html b/build/Talkpal.html index 1c24d79..2d2fde1 100644 --- a/build/Talkpal.html +++ b/build/Talkpal.html @@ -98,7 +98,7 @@ body {