From 465cfb1940b1b9b151e52f22f17eafcb17790d83 Mon Sep 17 00:00:00 2001 From: odumag99 Date: Mon, 6 Jan 2025 01:30:53 +0900 Subject: [PATCH] =?UTF-8?q?poetry=20install=20--no-dev=20deprecation?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EC=9D=B8=ED=95=9C=20=EC=97=90=EB=9F=AC=20?= =?UTF-8?q?fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f768292..1ea9445 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 # 애플리케이션 실행 명령