This commit is contained in:
2026-02-06 15:52:02 +09:00
parent c47f710da6
commit f74fbb519e
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ RUN apt-get update && apt-get install -y python3 make g++ && rm -rf /var/lib/apt
COPY package*.json ./
RUN rm -f package-lock.json && npm install
COPY . .
ARG VITE_GEMINI_API_KEY
ENV VITE_GEMINI_API_KEY=$VITE_GEMINI_API_KEY
RUN npm run build
# 2단계: 실행 (Node.js - Debian Slim)