status-proxy (latest)
Installation
docker pull git.michaellisano.com/mcf/status-proxy:latest
sha256:3da3f2d6ea7a9f276fe60d7608cbeee6e2797c02fd82b5b85c2f386271fd66ac
Image Layers
ADD file:65d848878f9c67a50bd3a264a4f22504173ad3ae008a967c02a9cc07e68f81fb in / |
CMD ["/bin/bash"] |
COPY . /app # buildkit |
WORKDIR /app |
RUN dnf install -y python3-pip # buildkit |
RUN pip3 install -r requirements.txt # buildkit |
CMD ["hypercorn" "api" "-b" "0.0.0.0:8080"] |