-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
Hi,
The old docker file is not working getting error -> I have updated the docker file (Thank You for your docker course)
FROM ubuntu
RUN apt-get update && apt-get install -y python3 python3-pip
RUN pip install Flask
COPY app.py /opt/
ENTRYPOINT FLASK_APP=/opt/app.py flask run --host=0.0.0.0 --port=8080
Metadata
Metadata
Assignees
Labels
No labels