Commit 1e114ba7 authored by priyaranjan.dr's avatar priyaranjan.dr

Add new file

parent ee5934c1
Pipeline #12307 failed with stage
in 1 second
FROM python:3.6-slim
ADD . /app
WORKDIR /app
RUN pip install -r requirements.txt
CMD [ "python", "app.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