Skip to content
Snippets Groups Projects
Commit 0eadeede authored by LAMRINI Houda's avatar LAMRINI Houda
Browse files

adding our Dockerfile to the project

parent 37e18dfc
Branches
No related tags found
No related merge requests found
Pipeline #47305 failed
FROM python:3.8.0-slim
WORKDIR /app
ADD . /app
RUN pip install --trusted-host pypi.python.org Flask
ENV NAME Mark
CMD ["python", "app.py"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment