Commit 51ab80e8 authored by sikhin.vc's avatar sikhin.vc

Add new file

parent 3ca3d803
FROM python:3.7
RUN apt-get update
RUN pip3 install --upgrade pip
ADD . /app
WORKDIR /app
CMD ["python3","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