Skip to content

Commit

Permalink
adding migrate command
Browse files Browse the repository at this point in the history
  • Loading branch information
yokwejuste committed Aug 18, 2024
1 parent bc43863 commit 2791a59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN pip install --no-cache-dir -r /app/requirements.txt
COPY . /app

RUN python manage.py collectstatic --noinput
RUN python manage.py migrate

COPY config/docker/supervisord-web.conf /etc/supervisor/conf.d/
COPY config/docker/supervisord-celery.conf /etc/supervisor/conf.d/
Expand Down

0 comments on commit 2791a59

Please sign in to comment.