chore(cas-eleves): There is no real build phase

This commit is contained in:
Tom Hubrecht 2024-07-09 10:46:58 +02:00
parent 411795c664
commit 59aaf015dd

View file

@ -54,11 +54,10 @@ let
export CREDENTIALS_DIRECTORY=$(pwd)/.credentials
'';
buildPhase = ''
mkdir -p $out/static
'';
doBuild = false;
installPhase = ''
mkdir -p $out/static
python3 manage.py collectstatic
'';
};