x

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:latest
sha256: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"]
Details
Container
2025-08-04 16:27:26 +00:00
10
OCI / Docker
linux/amd64
76 MiB
Versions (1) View all
latest 2025-08-04