Commit 041aad98 authored by karishma.anupuru's avatar karishma.anupuru

Update Dockerfile

parent a90c2ea8
Pipeline #36105 canceled with stages
FROM python:3.9 FROM python:3.9
RUN mkdir /app
ADD . /app
WORKDIR /app
CMD["python","main.py"] CMD["python","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