Enable standalone output for Docker
All checks were successful
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Successful in 12s
Podman Rootless Demo / build-backend (push) Successful in 19s
Podman Rootless Demo / build-frontend (push) Successful in 1m35s

This commit is contained in:
continuist 2025-09-20 13:30:54 -04:00
parent 2759bd6c9d
commit c2d3897acf

View file

@ -52,6 +52,9 @@ const nextConfig: NextConfig = {
// Enable static optimization
trailingSlash: false,
poweredByHeader: false,
// Enable standalone output for Docker
output: 'standalone',
// Compiler optimizations
compiler: {