feat: dockerfile + docker-compose + déploiement VPS gestion.materiaux-destock.fr

This commit is contained in:
2026-06-07 00:27:16 +02:00
parent 51f87c0672
commit 99c3380d00
7 changed files with 114 additions and 1 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
output: 'standalone',
};
export default nextConfig;