Commit 1abb16cc authored by karishma.anupuru's avatar karishma.anupuru

Add new file

parent 19ee436f
Pipeline #36053 canceled with stages
FROM python: 3.9
RUN mkdir /app
ADD . /app
WORKDIR /app
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