Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
travfu committed Dec 15, 2023
1 parent 7296a47 commit 35aeb4f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,8 @@ RUN addgroup --system django \
COPY pyproject.toml poetry.lock .github/workflows/constraints.txt /app/
WORKDIR /app

RUN ls
RUN ls ./github/workflows

# Requirements are installed here to ensure they will be cached.
RUN pip install --constraint=./.github/workflows/constraints.txt poetry
RUN pip install --constraint=constraints.txt poetry
RUN poetry config virtualenvs.create false
RUN poetry install \
# skip installing project source to avoid cache invalidation on project file change
Expand Down

0 comments on commit 35aeb4f

Please sign in to comment.