Compare commits
No commits in common. "25ecfa13d25e2b5235cf3ba1f96152dfb17cab8f" and "acfe282daea1aa8ccb39a675eb0604400931dc50" have entirely different histories.
25ecfa13d2
...
acfe282dae
|
|
@ -1,5 +1,5 @@
|
|||
# Node.js 18 기반 이미지 사용
|
||||
FROM node:20-alpine
|
||||
FROM node:18-alpine
|
||||
|
||||
# 작업 디렉토리 설정
|
||||
WORKDIR /app
|
||||
|
|
|
|||
Loading…
Reference in New Issue