Fix: Database migration and mail template files were not included in dist.

* Moved copying server-build/ from grunt to package.json
  using rsync to make sure to copy exactly what is needed
  and resolve symlinks correctly.
This commit is contained in:
baldo 2021-02-22 21:36:40 +01:00
parent bde2a8710a
commit 8c93a47682
3 changed files with 3 additions and 14 deletions

View file

@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
git
nasm
nodejs-10_x
rsync
sqlite
zlib
];