mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 18:06:38 +00:00
fix(nix/docker/aio): from testing phase
This commit is contained in:
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
|
||||
|
||||
installPhase = ''
|
||||
# patchShebangs skel
|
||||
fakeroot s6-linux-init-maker -N -1 -f ${./skel} -c ${basedir} compiled
|
||||
fakeroot s6-linux-init-maker -C -N -1 -f ${./skel} -c ${basedir} compiled
|
||||
|
||||
cd compiled
|
||||
find . | cpio -Hnewc --create > $out
|
||||
|
||||
Reference in New Issue
Block a user