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
Content type
Image
Digest
Size
19.4 MB
Last updated
almost 6 years ago
docker pull han0495/flask-ocp-example-app