modify docker path

This commit is contained in:
MaysWind
2021-06-06 23:38:32 +08:00
parent 25b42535b1
commit f47a9ce492
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ fi
if [ $# -gt 0 ]; then
exec "$@"
else
exec /usr/local/bin/ezbookkeeping/ezbookkeeping server run ${conf_path_param};
exec /ezbookkeeping/ezbookkeeping server run ${conf_path_param};
fi