Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
changed for testing
  • Loading branch information
abbos1711 authored Jan 23, 2024
1 parent eafe1ba commit b29f765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN python -m venv venv && \
pip install --upgrade pip && \
pip install -r requirements.txt


# Run migrations
RUN . venv/bin/activate && \
python manage.py migrate
Expand Down

0 comments on commit b29f765

Please sign in to comment.