Actually add Dockerfile

This commit is contained in:
Anthony Wang 2023-06-13 17:48:40 +00:00
parent 2997e4ce56
commit b975a0e042
Signed by: exogit
GPG key ID: 1DDC6BC38786C595

6
Dockerfile Normal file
View file

@ -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