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 export CREDENTIALS_DIRECTORY=$(pwd)/.credentials
''; '';
buildPhase = '' doBuild = false;
mkdir -p $out/static
'';
installPhase = '' installPhase = ''
mkdir -p $out/static
python3 manage.py collectstatic python3 manage.py collectstatic
''; '';
}; };