eventapp-frontend (latest)

Published 2026-03-11 10:52:16 +00:00 by thiel

Installation

docker pull forgejo.thiel.tools/thiel/eventapp-frontend:latest
sha256:d5a8fc6a3a94b3707d0bc93928b55c6317e2fd20481a6b3d280aa5f98b77a60a

Image layers

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
COPY dir:a62b5274bb74c1269ccfcfda532aaafcabf5b2356bcdca7c61557514c15f3612 in /app/dist
/bin/sh -c echo '#!/bin/sh' > /start.sh && echo 'echo "Kopiere Frontend-Build..."' >> /start.sh && echo 'cp -r /app/dist/. /output/' >> /start.sh && echo 'echo "Frontend-Build fertig."' >> /start.sh && chmod +x /start.sh
VOLUME [/output]
CMD ["/start.sh"]
Details
Container
2026-03-11 10:52:16 +00:00
5
OCI / Docker
linux/amd64
3.9 MiB
Versions (1) View all
latest 2026-03-11