We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c325a1 + a3d473a commit d43c12dCopy full SHA for d43c12d
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:22-alpine AS builder
2
3
-WORKDIR /web
+WORKDIR /
4
5
COPY package.json yarn.lock ./
6
next.config.ts
@@ -28,6 +28,7 @@ const nextConfig: NextConfig = {
28
'img1.kakaocdn.net',
29
't1.kakaocdn.net',
30
],
31
+ unoptimized: true,
32
},
33
reactStrictMode: true,
34
output: 'standalone',
0 commit comments