feat(docker): all projects (#36)

* fix: docker

* fix landing

* chore(landing): add outputFileTracingRoot to next config

* ci: add github workflow for landing deployment via ssh and docker compose

* chore: add docker-compose file for landing app build and run

* feat docker
This commit is contained in:
I Made Ocy Darma Putra
2025-06-19 11:17:21 +07:00
committed by GitHub
parent b7282f9c99
commit 302ee37ca1
7 changed files with 110 additions and 0 deletions
+2
View File
@@ -1,8 +1,10 @@
const { composePlugins, withNx } = require('@nx/next');
const path = require('path');
/** @type {import('@nx/next/plugins/with-nx').WithNxOptions} */
const nextConfig = {
nx: { svgr: false },
output: 'standalone',
};
module.exports = composePlugins(withNx)(nextConfig);