remove migrations from CI/DI
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user