diff --git a/comandos.txt b/comandos.txt index b6d76f9..5193697 100644 --- a/comandos.txt +++ b/comandos.txt @@ -10,3 +10,5 @@ python manage.py createsuperuser pip freeze > requirements.txt pip install -r requirements.txt python manage.py runserver_plus 192.168.0.100:8000 --cert-file /tmp/cert.crt +python manage.py collectstatic --noinput +docker compose up --build \ No newline at end of file