Skip to content

Commit

Permalink
Merge pull request #7 from odumag99/main
Browse files Browse the repository at this point in the history
alembic.ini Dockerfile 추가
  • Loading branch information
odumag99 authored Dec 31, 2024
2 parents aec4408 + 79564a2 commit 51b825c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt update && apt install -y \
git && \
apt clean
# 프로젝트 의존성 파일 복사
COPY pyproject.toml poetry.lock ./
COPY pyproject.toml poetry.lock alebic.ini ./
# Poetry를 사용하여 의존성 설치
RUN poetry install --no-dev
# 애플리케이션 코드 복사
Expand Down

0 comments on commit 51b825c

Please sign in to comment.