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

editing our Dockerfile to the project

parent 0eadeede
No related branches found
No related tags found
No related merge requests found
...@@ -2,5 +2,5 @@ FROM python:3.8.0-slim ...@@ -2,5 +2,5 @@ FROM python:3.8.0-slim
WORKDIR /app WORKDIR /app
ADD . /app ADD . /app
RUN pip install --trusted-host pypi.python.org Flask RUN pip install --trusted-host pypi.python.org Flask
ENV NAME Mark ENV NAME Code
CMD ["python", "app.py"] 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