Add Dockerfile

This commit is contained in:
Takeshi Kimata
2024-06-16 14:30:08 +09:00
parent a0b20d4981
commit a8cd231a82
9 changed files with 605 additions and 26 deletions

View File

@@ -10,6 +10,7 @@ const nextConfig = {
// !! WARN !!
ignoreBuildErrors: true,
},
output: 'standalone',
};
module.exports = withNextIntl(nextConfig);