diff --git a/Dockerfile b/Dockerfile index 88e1c39..8281ccb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ WORKDIR /app/ RUN apt update && apt install -y procps less netcat libmariadb-dev-compat libmariadb-dev mariadb-client gcc nginx-light -COPY ./docker/nginx/updatesdashboard.conf /etc/nginx/sites-enabled/updatesdashboard.conf +COPY ./docker/nginx/dev.conf /etc/nginx/sites-enabled/updatesdashboard.conf RUN rm -f /etc/nginx/sites-enabled/default COPY ./docker/scripts/entrypoint.dev.sh /usr/local/bin/entrypoint diff --git a/README.md b/README.md index 7523f7a..e6d00b7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Following procedure to install the apps. ``` useradd -d /var/www/updates-dashboard/ -g www-data -M -s /bin/false www-updash cd /var/www/ - git clone git@gitlab.infolegale.net:infrastructure/updates-dashboard.git updates-dashboard + git clone updates-dashboard chown -R www-updash:www-data updates-dashboard touch /var/log/gunicorn.log chown www-updash:www-data /var/log/gunicorn.log diff --git a/app/dashboard/templates/registration/login.html b/app/dashboard/templates/registration/login.html index d358dff..9337822 100644 --- a/app/dashboard/templates/registration/login.html +++ b/app/dashboard/templates/registration/login.html @@ -26,7 +26,7 @@