web-app-template (latest)
Published 2025-08-04 16:27:26 +00:00 by tim
Installation
docker pull git.wundenbergs.de/x/web-app-template:latestsha256:1ea775ea015e9be777358f594462896f64f953622e72295a3a92367faaad5004
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1753056000' |
| WORKDIR /web-app-template |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates && echo "" > .env # buildkit |
| COPY migration ./migration # buildkit |
| COPY /web-app-template/web-app-template ./web-app-template # buildkit |
| COPY /web-app-template/static ./static # buildkit |
| EXPOSE map[8080/tcp:{}] |
| ENTRYPOINT ["/web-app-template/web-app-template"] |