From 5c958d53cf5037bb2d4ff316af6298faaef3b0c1 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Wed, 8 Jan 2025 16:11:35 +0100 Subject: [PATCH] Nuevos cambios en Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cdc4fcc..46ceedb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ADD . . # Install the dependencies RUN pip install -U "pip>=19.3.1" && \ pip install -r requirements.txt && \ - python manage.py collectstatic --noinput && \ +# python manage.py collectstatic --noinput && \ python manage.py migrate # Run the application