Skip to content

Commit

Permalink
Docker: support continuous params on CMD option (Mrs4s#1829)
Browse files Browse the repository at this point in the history
now it supports usage like `docker run -it --rm go-cqhttp -faststart`

Co-authored-by: 源文雨 <[email protected]>
  • Loading branch information
purerosefallen and fumiama authored Aug 1, 2023
1 parent 1911b5d commit 3992dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ chown -R ${UID}:${GID} /app /data
chmod +x /app/cqhttp

echo "Starting..."
su-exec ${USER} "$@"
su-exec ${USER} /app/cqhttp "$@"

0 comments on commit 3992dd4

Please sign in to comment.