feat: Add Docker configuration for the Next.js frontend, enabling standalone output and next-intl integration.

This commit is contained in:
2026-02-14 00:48:45 -03:00
parent aeedb3f5a0
commit e0a61a0374
4 changed files with 71 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.next/types/routes.d.ts" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.