|
|
@ -9,7 +9,7 @@ ADD . . |
|
|
# Install the dependencies |
|
|
# Install the dependencies |
|
|
RUN pip install -U "pip>=19.3.1" && \ |
|
|
RUN pip install -U "pip>=19.3.1" && \ |
|
|
pip install -r requirements.txt && \ |
|
|
pip install -r requirements.txt && \ |
|
|
python manage.py collectstatic --noinput && \ |
|
|
|
|
|
|
|
|
# python manage.py collectstatic --noinput && \ |
|
|
python manage.py migrate |
|
|
python manage.py migrate |
|
|
|
|
|
|
|
|
# Run the application |
|
|
# Run the application |
|
|
|