Compare commits

..

No commits in common. "25ecfa13d25e2b5235cf3ba1f96152dfb17cab8f" and "acfe282daea1aa8ccb39a675eb0604400931dc50" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Node.js 18 기반 이미지 사용
FROM node:20-alpine
FROM node:18-alpine
# 작업 디렉토리 설정
WORKDIR /app