Skip to content

Commit

Permalink
Remove requirements.txt pois usaremos o Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaptista committed Sep 16, 2024
1 parent 57aeb64 commit 3783ed9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN poetry config virtualenvs.create false \
COPY . .

# Install the project itself
RUN poetry install --no-interaction --no-ansi
RUN poetry install --no-interaction --no-ansi --no-root

# Collect static files
RUN python manage.py collectstatic --noinput
Expand Down
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

0 comments on commit 3783ed9

Please sign in to comment.