Sign inSign up

han0495/flask-ocp-example-app

By han0495

Updated almost 6 years ago

Image
0

10K+

han0495/flask-ocp-example-app repository overview

Dockerfile

FROM python:3.8.5-alpine3.12
MAINTAINER [email protected]

WORKDIR /usr/src/app

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

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

Tag summary

Content type

Image

Digest

Size

19.4 MB

Last updated

almost 6 years ago

docker pull han0495/flask-ocp-example-app