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