diff --git a/Dockerfile b/Dockerfile index c76d501..c51e41c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ EXPOSE 80 RUN chmod +x ./init.sh RUN chmod +x S1/initial_setup.sh +RUN chmod -R 777 S1 RUN apk add --no-cache nginx COPY config/default.conf /etc/nginx/http.d/default.conf diff --git a/S1/S1/settings.py b/S1/S1/settings.py index 431ea0e..922ac62 100644 --- a/S1/S1/settings.py +++ b/S1/S1/settings.py @@ -26,7 +26,7 @@ SECRET_KEY = os.getenv("SECRET_KEY") # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True # False +DEBUG = False ALLOWED_HOSTS = ["s1.vatger.de", "s1.vatsim-germany.org"]