echo-todos (latest)

Published 2024-08-19 14:08:44 +00:00 by Alexilator in public/echo-todos

Installation

docker pull git.wittern.io/public/echo-todos:latest
sha256:58e5e91f343da2224039281e00fc8315d952312dcc41fe6442410c56e859c38f

Image Layers

ADD file:c644b15c170e2ca46176a566910d40a21dce66518ed8fdfd34ebcf0e9dc90c55 in /
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache bash # buildkit
WORKDIR /app
VOLUME [/app/data]
COPY /app/todos-app . # buildkit
COPY /app/static /app/static # buildkit
CMD ["./todos-app"]
Details
Container
2024-08-19 14:08:44 +00:00
3
OCI / Docker
linux/amd64
13 MiB
Versions (1) View all
latest 2024-08-19