From e8e8cf5f7fdeacd1f8d0dad48f0a06bcc567131a Mon Sep 17 00:00:00 2001 From: stopmin Date: Mon, 15 Jul 2024 23:19:24 +0900 Subject: [PATCH] =?UTF-8?q?Dockerfile=20=EC=88=98=EC=A0=95?= 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 d4ab385..f94ed48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app RUN apt-get update && \ apt-get install -y --no-install-recommends gcc libpq-dev libatlas-base-dev && \ - pip install --no-cache-dir pipenv \ + pip install --no-cache-dir pipenv COPY Pipfile Pipfile.lock ./ RUN pipenv install --deploy --ignore-pipfile