Skip to content

Commit

Permalink
mv go to /
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoxu committed Feb 23, 2022
1 parent 1db2717 commit 7b9e965
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ RUN apk add git
RUN go get github.com/google/go-github/[email protected] \
&& go get "github.com/olekukonko/tablewriter"

WORKDIR /root
WORKDIR /

COPY . /root
COPY . /

ENTRYPOINT ["go", "run", "github.go"]
ENTRYPOINT ["go", "run", "/github.go"]

0 comments on commit 7b9e965

Please sign in to comment.