now?
Some checks failed
Deploy Frontend / deploy (push) Has been cancelled

This commit is contained in:
Lee 2024-10-04 16:56:58 +01:00
parent d4d7a60d1b
commit 0daa7b200a
2 changed files with 2 additions and 1 deletions

@ -17,4 +17,4 @@ ENV GIT_REV=${GIT_REV}
EXPOSE 3000
CMD pnpm run start
CMD node apps/frontend/server.js

@ -2,6 +2,7 @@ import { format } from "@formkit/tempo";
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
experimental: {
webpackMemoryOptimizations: true,
},