Files
sexy/Dockerfile
Sebastian Krüger 1e69d0b158
Some checks failed
Build and Push Docker Image to Gitea / build-and-push (push) Failing after 4m6s
fix: create env placeholder file inline in Dockerfile for dynamic public env
.dockerignore excludes .env files so the previous COPY failed silently.
$env/dynamic/public requires variable names to be declared at build time
to generate named exports; empty placeholders satisfy this while actual
values still come from process.env at runtime.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 17:09:42 +01:00

4.8 KiB