Skip to content

Commit

Permalink
Corrected path on cli Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyd450 committed Nov 27, 2023
1 parent f4b1374 commit ba4f83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /opt/app-root/src
RUN git config --global --add safe.directory /opt/app-root/src
COPY . .

WORKDIR /opt/app-root/src/hack/toolset
WORKDIR /opt/app-root/src/hack/tools
RUN go mod vendor

WORKDIR /opt/app-root/src
Expand Down

0 comments on commit ba4f83b

Please sign in to comment.