Browse Source

feat: add Dockerfile and docker-compose.yml for containerized application setup

master
mortezaei 2 months ago
parent
commit
e27950994d
  1. 1
      next.config.ts

1
next.config.ts

@ -1,6 +1,7 @@
import type { NextConfig } from "next"; import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
output: 'standalone',
images: { images: {
remotePatterns: [ remotePatterns: [
{ {

Loading…
Cancel
Save