remove migrations from CI/DI

This commit is contained in:
2025-01-24 01:17:57 +01:00
parent 36e504c0aa
commit 594b62ab11

View File

@@ -13,7 +13,7 @@ RUN apk update && apk add --no-cache mariadb-connector-c-dev && apk add --no-cac
RUN python -m venv venv \
&& . venv/bin/activate \
&& pip install --no-cache-dir -r requirements.txt
RUN source venv/bin/activate && python manage.py makemigrations && python manage.py migrate
#RUN source venv/bin/activate && python manage.py makemigrations && python manage.py migrate
EXPOSE 8080