From eaa7d42826725d44b7b467494e9c57ba7b13d5e8 Mon Sep 17 00:00:00 2001 From: Welton Moura Date: Wed, 25 Jun 2025 12:49:34 -0300 Subject: [PATCH] update: comandos.txt --- comandos.txt | 2 ++ 1 file changed, 2 insertions(+) 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