aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-09-05 19:26:37 -0400
committerBobby <[email protected]>2022-09-05 19:26:37 -0400
commitaa291dbd77ff099652c03bf3a58af47c2295fd19 (patch)
tree4aa5e587d47e9c703c0a2474ff9ac109b8d3889c /Dockerfile
parent10dccc6faa8c95b34a96cdfeae6daa335fe9b76d (diff)
downloadthatcomputerscientist-aa291dbd77ff099652c03bf3a58af47c2295fd19.tar.xz
thatcomputerscientist-aa291dbd77ff099652c03bf3a58af47c2295fd19.zip
Removed Migrations from Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 12d04373..3c91da9e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,10 +17,6 @@ RUN pip install -r requirements.txt
COPY . .
-# Migrations
-RUN python manage.py makemigrations
-RUN python manage.py migrate
-
RUN python manage.py collectstatic --noinput