Commit Graph

5 Commits

Author SHA1 Message Date
Claude
53a05feae5 Fix NEXT_PUBLIC_API_BASE_URL not applying in production build
NEXT_PUBLIC_* vars are inlined at build time, not runtime.
Pass as Docker build arg so Next.js picks it up during bun run build.

https://claude.ai/code/session_01Xmxm2QLgFBgRJyYD6VukR6
2026-04-02 18:21:28 +00:00
5719b173f6 Fix worker Dockerfile to properly copy and install dlib 2026-04-02 19:40:59 +02:00
ec1c99de1c Fix PYTHONPATH in backend Dockerfile so dlib resolves 2026-04-02 19:33:03 +02:00
30cb18b55e Finish MVP and dockerize 2026-04-02 19:15:47 +02:00
Daniel Alves Rösel
90ad5e0260 Initial commit 2026-04-02 18:47:14 +02:00