From 30bd1ad81673dde74b924bd0db9a87f0251ca6f3 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Thu, 28 Jan 2021 12:25:43 +0100 Subject: [PATCH] fixed path --- scripts/containers/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/containers/Dockerfile b/scripts/containers/Dockerfile index b137a261..35c92639 100644 --- a/scripts/containers/Dockerfile +++ b/scripts/containers/Dockerfile @@ -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