Skip to content

Commit

Permalink
Clear virtualenv before creating a new one.
Browse files Browse the repository at this point in the history
  • Loading branch information
rain0r committed Jun 24, 2022
1 parent 50bd35e commit f537c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN touch /srv/www/stimmungskalender/sk_debug.log /db/db.sqlite3

RUN ./scripts/node.sh

RUN python3 -m venv virtualenv
RUN python3 -m venv --clear virtualenv
RUN ./virtualenv/bin/pip install -r requirements/prod.txt
RUN ./virtualenv/bin/python manage.py collectstatic --noinput

Expand Down

0 comments on commit f537c18

Please sign in to comment.