Skip to content

Commit 7b882c1

Browse files
authored
Merge pull request #33 from zees-dev/fix/docker-image-publish
fix: publishing of docker image to ghcr
2 parents c4ef00a + 0da617a commit 7b882c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

next.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ const withMDX = mdx({
1616
});
1717

1818
const nextConfig: NextConfig = {
19+
// Enable standalone output for Docker builds
20+
output: 'standalone',
1921
experimental: {
2022
turbo: {
2123
// ...

0 commit comments

Comments
 (0)