We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f534253 commit acec019Copy full SHA for acec019
Dockerfile
@@ -13,7 +13,6 @@ COPY . /app/
13
RUN python manage.py collectstatic -v 3 --noinput
14
15
#RUN rm -rf /app/mps_site/static
16
-RUN rm -rf /app/requirements.txt
17
18
EXPOSE 8000
19
mps/settings.py
@@ -23,8 +23,8 @@
23
SECRET_KEY = 'django-insecure-p!5tiu7vn@58ig(za!ssagkwqskxe0zv&@_yk00+h9(seqn0k7'
24
25
# SECURITY WARNING: don't run with debug turned on in production!
26
-#DEBUG = False
27
-DEBUG = True
+DEBUG = False
+#DEBUG = True
28
29
ADMIN_ENABLED = True
30
0 commit comments