add dockerfile for rowboat app

This commit is contained in:
ramnique 2025-01-13 17:08:47 +05:30
parent 6e5795d922
commit 33ac1cca70
7 changed files with 80 additions and 16 deletions

View file

@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
output: 'standalone',
};
export default nextConfig;