Prade7

Results 3 comments of Prade7

FROM python:3.11-alpine3.19 WORKDIR /app COPY . /app RUN pip install -r requirements.txt EXPOSE 3000 CMD python ./app.py create a Dockerfile and add the above lines

I can't able to contribute because it was restricted. Can you give permission to contribute On Thu, 18 Jul, 2024, 9:34 pm Hamza Avvan, ***@***.***> wrote: > This won’t work....

I have updated the docker file . Please review