echo-todos (latest)
Installation
docker pull git.wittern.io/public/echo-todos:latestsha256:58e5e91f343da2224039281e00fc8315d952312dcc41fe6442410c56e859c38fImage 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"] |