Skip to content
Snippets Groups Projects
Commit ae47d22c authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Modified entrypoint path

parent 9e1cd374
No related branches found
No related tags found
No related merge requests found
......@@ -11,10 +11,10 @@ RUN apt-get update -qq && grep "^[^#;]" requirements.apt | xargs apt-get install
COPY ./requirements /requirements
RUN pip install -r /requirements/production.txt
COPY ./compose/django/gunicorn.sh /gunicorn.sh
COPY ./compose/django/entrypoint.sh /entrypoint.sh
COPY ./compose/django/gunicorn.sh /run/gunicorn.sh
COPY ./compose/django/entrypoint.sh /run/entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/run/entrypoint.sh"]
COPY . /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment