diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..ea34948 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM python:latest + +COPY build/ . + +EXPOSE 8000 + +CMD python -m http.server 8000 \ No newline at end of file diff --git a/build/Talkpal.html b/build/Talkpal.html index 550bbc3..1c24d79 100644 --- a/build/Talkpal.html +++ b/build/Talkpal.html @@ -98,7 +98,7 @@ body {