From 1f28369805eab709f8a012cf38c91e9ca2a40837 Mon Sep 17 00:00:00 2001 From: bain Date: Sat, 4 Nov 2023 23:33:41 +0100 Subject: [PATCH] do not build zipapps because theyre slow --- build.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4333293..a66b177 100755 --- a/build.sh +++ b/build.sh @@ -3,6 +3,16 @@ pip install -r requirements.txt --target="$DIR" cp -r nginx_configurator "$DIR" -python3 -m zipapp -p "/bin/python3" -m "nginx_configurator.main:cli" -o ncc "$DIR" +#python3 -m zipapp -p "/bin/python3" -m "nginx_configurator.main:cli" -o ncc "$DIR" + +# create entrypoint +cat > "$DIR/ncc" <