From d0dc6b753489adfa8c9a44c56ab5126c91292178 Mon Sep 17 00:00:00 2001 From: Bobby Date: Fri, 10 Nov 2023 19:50:19 -0500 Subject: Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index f6838e5b..6d2a9ed5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN pip install -r requirements.txt COPY . /shifoo/ -RUN python manage.py collectstatic --noinput +# RUN python manage.py collectstatic --noinput # RUN python manage.py makemigrations -- cgit v1.2.3