Merge pull request #1032 from wqh0109663/master

修复docker入口错误
master
Jianglang 2023-05-06 17:16:06 +08:00 committed by GitHub
commit 3e710aa2a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,4 +31,4 @@ RUN chmod +x /entrypoint.sh \
USER noroot
ENTRYPOINT ["docker/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]