feat: add production landing page service and remove Caddy in favor of external reverse proxy configuration

This commit is contained in:
2026-04-03 19:54:32 +02:00
parent c13eb331be
commit 0eca9a101f
6 changed files with 35 additions and 50 deletions

View File

@@ -28,6 +28,6 @@ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
USER nextjs
EXPOSE 3000
EXPOSE 3000
CMD ["node", "server.js"]