diff --git a/Dockerfile b/Dockerfile index fdece98..45b6e6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ RUN apk add git RUN go get github.com/google/go-github/v42@v42.0.0 \ && go get "github.com/olekukonko/tablewriter" -WORKDIR /root +WORKDIR / -COPY . /root +COPY . / -ENTRYPOINT ["go", "run", "github.go"] \ No newline at end of file +ENTRYPOINT ["go", "run", "/github.go"] \ No newline at end of file