Skip to content

Commit

Permalink
poetry install --no-dev deprecation으로 인한 에러 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
odumag99 committed Jan 5, 2025
1 parent f8029c0 commit 465cfb1
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 @@ -12,7 +12,7 @@ RUN apt update && apt install -y \
# 프로젝트 의존성 파일 복사
COPY pyproject.toml poetry.lock alembic.ini ./
# Poetry를 사용하여 의존성 설치
RUN poetry install --no-dev
RUN poetry install
# 애플리케이션 코드 복사
COPY snuvote ./snuvote
# 애플리케이션 실행 명령
Expand Down

0 comments on commit 465cfb1

Please sign in to comment.