|
|
@ -13,5 +13,6 @@ RUN pip install -U "pip>=19.3.1" && \ |
|
|
# python manage.py collectstatic --noinput && \ |
|
|
# python manage.py collectstatic --noinput && \ |
|
|
python manage.py migrate |
|
|
python manage.py migrate |
|
|
|
|
|
|
|
|
|
|
|
EXPOSE 8080 |
|
|
# Run the application |
|
|
# Run the application |
|
|
CMD python manage.py runserver 0.0.0.0:8080 |
|
|
CMD python manage.py runserver 0.0.0.0:8080 |