# Version: 1.0
FROM python:3.7-stretch
WORKDIR /usr/src/app
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt-get update && apt-get install -y supervisor && cd /usr/src/app/ && mkdir logs
Content type
Image
Digest
Size
354.4 MB
Last updated
almost 7 years ago
docker pull huakai/gelab:1.0