Commit 1f31be82 authored by gyanprakash.keshari's avatar gyanprakash.keshari

Add new file

parent 03d2f518
Pipeline #37530 failed with stage
in 2 seconds
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