Skip to content

Commit

Permalink
static files being served from both static/ and staticfiles/
Browse files Browse the repository at this point in the history
  • Loading branch information
qtrinh2 committed Jul 11, 2024
1 parent e93e98d commit 7e7c369
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,5 @@ RUN poetry run python manage.py collectstatic --no-input
# clean up
RUN rm -rf /root/.volta
RUN rm -rf /app/node_modules
RUN rm -rf /app/static/*

CMD poetry run python manage.py runserver 0.0.0.0:8000

0 comments on commit 7e7c369

Please sign in to comment.