Skip to content

Commit d43c12d

Browse files
authored
Merge pull request #74 from Chaellimi/feat/#71
[FIX/#71] Dockrfile 수정 및 내부 파일 사이즈 줄이기 옵션 제거
2 parents 9c325a1 + a3d473a commit d43c12d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:22-alpine AS builder
22

3-
WORKDIR /web
3+
WORKDIR /
44

55
COPY package.json yarn.lock ./
66

next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const nextConfig: NextConfig = {
2828
'img1.kakaocdn.net',
2929
't1.kakaocdn.net',
3030
],
31+
unoptimized: true,
3132
},
3233
reactStrictMode: true,
3334
output: 'standalone',

0 commit comments

Comments
 (0)