Skip to content

Commit

Permalink
Dockerfile 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
stopmin committed Jul 15, 2024
1 parent 78bc80f commit e8e8cf5
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 @@ -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
Expand Down

0 comments on commit e8e8cf5

Please sign in to comment.