• Joined on 2024-11-29

food-journal (latest)

Published 2024-11-29 20:16:58 +01:00 by atok

Installation

docker pull gitea.ulep.io/atok/food-journal:latest
sha256:fde8ce0a12794732fa41c84ea7cfe9df54e045cb8749fbf9d16b3209086f3972

Image Layers

ADD rootfs.tar.xz / # buildkit
CMD ["bash"]
RUN /bin/sh -c apt-get update && apt-get upgrade -y # buildkit
RUN /bin/sh -c apt-get install ca-certificates -y # buildkit
WORKDIR /app
COPY /app/target/release/app /usr/local/bin # buildkit
COPY templates /app/templates/ # buildkit
ENTRYPOINT ["/usr/local/bin/app"]
Details
Container
2024-11-29 20:16:58 +01:00
4
OCI / Docker
linux/amd64
66 MiB
Versions (1) View all
latest 2024-11-29