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

Edit Dockerfile

parent 62b57ca3
No related branches found
No related tags found
No related merge requests found
Pipeline #47311 failed
FROM python:3.8.0-slim
WORKDIR /app
ADD . /app
RUN pip install --trusted-host pypi.python.org Flask
RUN pip install --no-cache-dir Flask
EXPOSE 5000
ENV NAME Code
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