Skip to content

Commit

Permalink
Merge pull request zhayujie#1032 from wqh0109663/master
Browse files Browse the repository at this point in the history
修复docker入口错误
  • Loading branch information
lanvent committed May 6, 2023
2 parents 3001ba9 + b6226a4 commit 3e710aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.latest
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ RUN chmod +x /entrypoint.sh \

USER noroot

ENTRYPOINT ["docker/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 3e710aa

Please sign in to comment.