Sign inSign up

teeks99/mws-backend:0dffdfd

Index digest

sha256:1a223701673e08aec6cb954d8fbe7cb9604040357f98e9442326d5ab08ee0903

OS/ARCH

linux/amd64

Compressed size

55.29 MB

Last pushed

6 days by teeks99

Type

Image

Manifest digest

sha256:a02fa0be7fae17741ecfc261f465f30e51f1d5ac8650a57114e82988c3461b2a

Image Layers

1# debian.sh --arch 'amd64' out/28.41 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3RUN /bin/sh -c set -eux;4.07 MB
4ENV PYTHON_VERSION=3.14.70 B
5ENV PYTHON_SHA256=3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f810 B
6RUN /bin/sh -c set -eux;11.79 MB
7RUN /bin/sh -c set -eux;249 B
8CMD ["python3"]0 B
9RUN /bin/sh -c groupadd -r1.08 KB
10WORKDIR /app93 B
11COPY requirements.txt . # buildkit588 B
12RUN /bin/sh -c pip install11 MB
13COPY . . # buildkit7.11 KB
14RUN /bin/sh -c chown -R7.53 KB
15USER appuser0 B
16EXPOSE [8000/tcp]0 B
17CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'