Skip to content

Reduce image size #3

@VincentSchmid

Description

@VincentSchmid

Thank you for your container!
I changed the Dockerfile a bit,
this Dockerfile will do the same thing but is much lighter

FROM python:3.8-alpine

RUN pip install flask
WORKDIR /deployment
ADD ./app.py .
CMD python app.py

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