Skip to content
Snippets Groups Projects
Commit 7aad80d9 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Fix paths in gitlab & docker integration

parent 81ee3c79
No related branches found
No related tags found
No related merge requests found
......@@ -25,4 +25,4 @@ backend-tests:
script:
- flake8
- cd src && ./manage.py test
- cd arkindex && ./manage.py test
......@@ -23,6 +23,6 @@ RUN wget --header "PRIVATE-TOKEN: $GITLAB_TOKEN" https://gitlab.com/arkindex/fro
# Run through supervisor
EXPOSE 80
WORKDIR /backend/src
ENV PYTHONPATH "/backend/src"
WORKDIR /backend/arkindex
ENV PYTHONPATH "/backend/arkindex"
CMD ["gunicorn", "--access-logfile=-", "--capture-output", "--bind=0.0.0.0:80", "--chdir=/backend", "arkindex.wsgi"]
[flake8]
max-line-length = 120
exclude=.git,src/*/migrations/0001_initial.py
exclude=.git,arkindex/*/migrations/0001_initial.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment