Diff of /Dockerfile [000000] .. [a5c387]

Switch to side-by-side view

--- a
+++ b/Dockerfile
@@ -0,0 +1,3 @@
+FROM python:3.11
+
+RUN pip install -r requirements.txt
\ No newline at end of file