diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..b3fb74b --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM ubuntu +RUN apt-get update +RUN apt-get upgrade -y +RUN apt-get install -y python-is-python3 ttyd +COPY main.py main.py +CMD ttyd -i /pages/ttyd.sock python main.py \ No newline at end of file