sha256:a655257751c0d4c856de04075daee1a0f375a41cd5fee87eb5c7cbfb4612d61a
OS/ARCH
Compressed size
88.15 MB
Last pushed
over 1 year by yohrannes
Type
Image
Manifest digest
sha256:f37a635475bc0445c323d515f8c600781a4caa909da7cbe9436c0aa5ba3d7ad7
Image Layers
1apko26.76 MB2WORKDIR /app96 B3ENV PATH=/app/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin0 B4ENV PYTHONUNBUFFERED=10 B5COPY /app/venv /app/venv # buildkit22.66 MB6COPY app.py . # buildkit1.25 KB7COPY healthcheck.py . # buildkit423 B8COPY templates/ templates/ # buildkit8.87 KB9COPY static/ static/ # buildkit38.66 MB10COPY fonts/ fonts/ # buildkit61.95 KB11ENTRYPOINT ["gunicorn" "--bind" "0.0.0.0:5000" "app:app"]0 B12HEALTHCHECK &{["CMD" "python3" "/app/healthcheck.py"] "30s"0 BCommand
apko