mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
modify docker path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user