diff --git a/jishnuaji-1@mulearn/task-2/Dockerfile b/jishnuaji-1@mulearn/task-2/Dockerfile new file mode 100644 index 0000000..964fa33 --- /dev/null +++ b/jishnuaji-1@mulearn/task-2/Dockerfile @@ -0,0 +1,7 @@ +FROM python:3.9 + +WORKDIR /app + +COPY . . + +CMD ["python", "script.py"]