mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-21 22:38:20 +02:00
Use a custom Matrix username
This commit is contained in:
@ -15,6 +15,11 @@ RUN pip install -r requirements.txt psycopg2-binary sympasoap --no-cache-dir
|
||||
|
||||
COPY . /code/
|
||||
|
||||
RUN python manage.py collectstatic --noinput && \
|
||||
python manage.py compilemessages && \
|
||||
python manage.py migrate && \
|
||||
python manage.py loaddata initial
|
||||
|
||||
# Configure nginx
|
||||
RUN mkdir /run/nginx
|
||||
RUN ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log
|
||||
|
Reference in New Issue
Block a user