The file used to create the docker image to test python application (especially the django).
162
File: Dockerfile Author: Kenson Man [email protected] Desc: The file used to create the docker image. This image is used to test python application (especially the django).
The image will:
ARG UID=1000
ARG GID=1000
ARG USERNAME=thisuser
ARG SRC=/usr/src/app
ARG AUTOSCRIPT="${SRC}/autoscript"
ARG SCRIPT="${SRC}/script"
ARG REQUIREMENTS="${SRC}/requirements.txt"
Content type
Image
Digest
Size
373.6 MB
Last updated
over 9 years ago
docker pull kensonman/python3:uwsgi