diff --git a/dockerfile b/dockerfile new file mode 100644 index 0000000..76e145a --- /dev/null +++ b/dockerfile @@ -0,0 +1,4 @@ +from python:3.10 +workdir /app +copy script.py . +CMD ["python", "-u", "script.py"]