You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/08/13 04:43:24 UTC

[skywalking-infra-e2e] branch main updated: Fix wrong path of Docker entrypoint (#34)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-infra-e2e.git


The following commit(s) were added to refs/heads/main by this push:
     new fd65533  Fix wrong path of Docker entrypoint (#34)
fd65533 is described below

commit fd65533dfe39f68a11dfadb429242dd43d027735
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Fri Aug 13 12:43:18 2021 +0800

    Fix wrong path of Docker entrypoint (#34)
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 1a4bba9..03f2af5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -56,4 +56,4 @@ COPY --from=docker /usr/local/bin/docker /usr/local/bin/docker
 
 WORKDIR /github/workspace/
 
-ENTRYPOINT ["/bin/e2e"]
+ENTRYPOINT ["e2e"]