fixed path

This commit is contained in:
Cayo Puigdefabregas 2021-01-28 12:25:43 +01:00
parent 44ebd42942
commit 30bd1ad816
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ RUN set -ex; \
RUN apt-get -y update && apt-get install -y curl sudo
RUN export TERM=xterm; curl -L https://raw.githubusercontent.com/ribaguifi/django-orchestra/docker/scripts/containers/orchestra-admin | bash -s install_requirements
RUN export TERM=xterm; curl -L https://raw.githubusercontent.com/ribaguifi/django-orchestra/docker/orchestra/bin/orchestra-admin | bash -s install_requirements
RUN apt-get clean