diff --git a/ci/Dockerfile b/ci/Dockerfile index 3d0f638..6788054 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -22,6 +22,6 @@ RUN apt-get update \ VOLUME $GOPATH/src -COPY ./ci/entrypoint.sh / +COPY ./entrypoint.sh / ENTRYPOINT /entrypoint.sh