1
0
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:
Yohann D'ANELLO
2020-11-14 23:50:02 +01:00
parent 9867e5e2a8
commit 0fe1f9c348
2 changed files with 5 additions and 4 deletions

View File

@ -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