Skip to content

Commit

Permalink
Merge pull request zhayujie#1045 from wqh0109663/master
Browse files Browse the repository at this point in the history
fix docker entrypoint
  • Loading branch information
lanvent committed May 8, 2023
2 parents 4f1ed19 + c905598 commit 024a50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.alpine.latest
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ RUN chmod +x /entrypoint.sh \

USER noroot

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

0 comments on commit 024a50d

Please sign in to comment.