Support dapper for build process

This commit is contained in:
niusmallnan
2021-04-17 10:45:08 +08:00
parent 27d4ff21b5
commit 444300f537
14 changed files with 263 additions and 29 deletions

11
scripts/entry Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
set -e
mkdir -p bin dist
if [ -e ./scripts/$1 ]; then
./scripts/"$@"
else
exec "$@"
fi
chown -R $DAPPER_UID:$DAPPER_GID .