diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..97884eed0951eecd42dcdb4b71441363ab5b5cef --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM ubuntu:latest +RUN apt-get update && apt-get -y install python3 +COPY ./ /opt/vb +CMD ["python3", "/opt/vb/main.py"]