mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-21 18:38:24 +02:00
Don't migrate in Dockerfile
This commit is contained in:
@ -16,9 +16,7 @@ RUN pip install -r requirements.txt --no-cache-dir
|
||||
COPY . /code/
|
||||
|
||||
RUN python manage.py collectstatic --noinput && \
|
||||
python manage.py compilemessages && \
|
||||
python manage.py migrate && \
|
||||
python manage.py loaddata initial
|
||||
python manage.py compilemessages
|
||||
|
||||
# Configure nginx
|
||||
RUN mkdir /run/nginx
|
||||
|
Reference in New Issue
Block a user