Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/staging' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
stopmin committed Jul 15, 2024
2 parents c6a831f + 7c669c7 commit 195144b
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 195144b

Please sign in to comment.