From df28a36d664bc4ead94c40845327ec6fdbb773ff Mon Sep 17 00:00:00 2001 From: Emilie Zawadzki Date: Tue, 13 Aug 2019 17:16:32 +0200 Subject: [PATCH] [build/front] : add possible parameter --- build/front.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/front.sh b/build/front.sh index d097178..c4157f5 100755 --- a/build/front.sh +++ b/build/front.sh @@ -1,3 +1,3 @@ #!/bin/sh -docker-compose exec -T app python /srv/app/manage.py build-front +docker-compose exec -T app python /srv/app/manage.py build-front $1 -- 2.39.5