Skip to content

Commit 3cd1d98

Browse files
committed
fix : prisma client 생성 코드 추가
1 parent fa5723e commit 3cd1d98

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ RUN npm install
1111
# 4. 전체 소스 복사
1212
COPY . .
1313

14-
# 5. 앱 실행
14+
# 5. prisma client 생성
15+
RUN npx prisma generate
16+
17+
# 6. 앱 실행
1518
CMD ["npm", "start"]
1619

17-
# 6. 포트 설정
20+
# 7. 포트 설정
1821
EXPOSE 3000

0 commit comments

Comments
 (0)