mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2026-06-12 20:39:09 +00:00
refactor: Dockerfile - 경로 수정
This commit is contained in:
@@ -2,11 +2,12 @@ FROM python:3.11-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt .
|
||||
# 경로 수정
|
||||
COPY smarketing-ai/requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# 애플리케이션 코드 복사
|
||||
COPY . .
|
||||
COPY smarketing-ai/ .
|
||||
|
||||
# 포트 노출
|
||||
EXPOSE 5001
|
||||
|
||||
Reference in New Issue
Block a user