Sign inSign up

han0495/flask-example-app

By han0495

Updated about 6 years ago

Python Flask APP for Kubernetes Hands-on Lab

Image
0

387

han0495/flask-example-app repository overview

Github

Tags

  • latest or v1 : This image is build version 1.
  • v2 : This image is build version 2.

Dockerfile

FROM python:3.8.5-alpine3.12

WORKDIR /usr/src/app

COPY . .
RUN pip install --no-cache-dir -r requirements.txt

CMD [ "python", "./main.py" ]

Tag summary

Content type

Image

Digest

Size

19.4 MB

Last updated

about 6 years ago

docker pull han0495/flask-example-app