Commit fe6ce1f2 authored by gyanprakash.keshari's avatar gyanprakash.keshari

Add new file

parent ab6d1fd0
FROM python:3.9
Run mkdir src
WORKDIR src
COPY . .
Run pip install -r requirements.txt
CMD [ "python3" , "main.py" ]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment