aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-07-20 19:40:25 +0530
committerBobby <[email protected]>2022-07-20 19:40:25 +0530
commit6b6ac30d1c63230060f1a0a1db454858c066e34e (patch)
tree45640dafdb05dd13faa84917746bfa9393f51bed /Dockerfile
parent4b210c88bfa02b9d835f4e37c33ec88daab55dad (diff)
downloadthatcomputerscientist-6b6ac30d1c63230060f1a0a1db454858c066e34e.tar.xz
thatcomputerscientist-6b6ac30d1c63230060f1a0a1db454858c066e34e.zip
Reverting back Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index a6f5e7f0..3c91da9e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,8 +18,7 @@ RUN pip install -r requirements.txt
COPY . .
RUN python manage.py collectstatic --noinput
-RUN python manage.py makemigrations
-RUN python manage.py migrate
+
EXPOSE 8080