Commit a21d3f19 authored by karishma.anupuru's avatar karishma.anupuru

Update Dockerfile

parent 858961ed
Pipeline #37780 failed with stages
in 10 seconds
FROM python:3.9
Run mkdir src
WORKDIR src
COPY . .
CMD ["python","main.py"]
\ No newline at end of file
Run pip install -r requirements.txt
CMD [ "python3" , "main.py" ]
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