Skip to content

chages made to solve problem Β #22

@adebah

Description

@adebah

FROM ubuntu:16.04
RUN apt-get update && apt-get install -y python3 python3-pip
RUN python3 -m 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions