업데이트
This commit is contained in:
@@ -27,9 +27,10 @@ COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir --upgrade pip \
|
||||
&& pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# COPY . /app
|
||||
# 3. 애플리케이션 코드 복사 (.dockerignore로 테스트/문서 제외)
|
||||
COPY . /app
|
||||
|
||||
RUN mkdir -p logs
|
||||
RUN mkdir -p logs data
|
||||
|
||||
CMD ["python", "main.py"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user