Commit 07ce70b5 authored by anashwara.pv's avatar anashwara.pv

File2

parent d1005411
Pipeline #37763 canceled with stages
FROM python:3.9
RUN apt-get update
RUN mkdir /web_app
COPY . /web_app
WORKDIR /web_app
RUN pip install --no-cache-dir -r requirements.txt
CMD ["python","app.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