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

Moved entrypoint path

parent ae47d22c
No related branches found
No related tags found
No related merge requests found
...@@ -11,14 +11,11 @@ RUN apt-get update -qq && grep "^[^#;]" requirements.apt | xargs apt-get install ...@@ -11,14 +11,11 @@ RUN apt-get update -qq && grep "^[^#;]" requirements.apt | xargs apt-get install
COPY ./requirements /requirements COPY ./requirements /requirements
RUN pip install -r /requirements/production.txt RUN pip install -r /requirements/production.txt
COPY ./compose/django/gunicorn.sh /run/gunicorn.sh
COPY ./compose/django/entrypoint.sh /run/entrypoint.sh
ENTRYPOINT ["/run/entrypoint.sh"]
COPY . /app COPY . /app
# Since youtube-dl code is updated fairly often, we split it here # Since youtube-dl code is updated fairly often, we split it here
RUN pip install --upgrade youtube-dl RUN pip install --upgrade youtube-dl
WORKDIR /app WORKDIR /app
ENTRYPOINT ["./compose/django/entrypoint.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment