diff options
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -17,10 +17,6 @@ RUN pip install -r requirements.txt COPY . . -# Migrations -RUN python manage.py makemigrations -RUN python manage.py migrate - RUN python manage.py collectstatic --noinput |
