Skip to content

Commit

Permalink
Merge pull request #8 from odumag99/main
Browse files Browse the repository at this point in the history
Dockerfile 오타 수정
  • Loading branch information
odumag99 authored Dec 31, 2024
2 parents 51b825c + 9d7b41a commit 1862752
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 alebic.ini ./
COPY pyproject.toml poetry.lock alembic.ini ./
# Poetry를 사용하여 의존성 설치
RUN poetry install --no-dev
# 애플리케이션 코드 복사
Expand Down

0 comments on commit 1862752

Please sign in to comment.