Skip to content

Commit

Permalink
Fix Dockerfile with collectstatic
Browse files Browse the repository at this point in the history
  • Loading branch information
kjreills committed Jul 16, 2021
1 parent d32d716 commit a498545
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ WORKDIR /home/app/
COPY ./ /home/app/

RUN pip install pipenv && pipenv install --deploy --system

RUN python /home/app/manage.py collectstatic --no-input

0 comments on commit a498545

Please sign in to comment.