aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-11-10 19:50:19 -0500
committerBobby <[email protected]>2023-11-10 19:50:19 -0500
commitd0dc6b753489adfa8c9a44c56ab5126c91292178 (patch)
tree35356b11e7ec0a66573f85f1559dd4628592f101 /Dockerfile
parentd2419fa6a395bf8b79103064f1a7e769a0d3162f (diff)
downloadthatcomputerscientist-d0dc6b753489adfa8c9a44c56ab5126c91292178.tar.xz
thatcomputerscientist-d0dc6b753489adfa8c9a44c56ab5126c91292178.zip
Update Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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