Skip to content

Commit 705a96e

Browse files
committed
Correct config_coordinator go install
1 parent 6dd5f91 commit 705a96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config_coordinator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM golang:1.18.1
99
COPY . /go/src/github.com/oracle/config_coordinator
1010

1111
# Build the config_coordinator command inside the container.
12-
RUN go install github.com/oracle/config_coordinator
12+
RUN go install /go/src/github.com/oracle/config_coordinator/config_coordinator.go
1313

1414
# Run the config_coordinator by default when the container starts.
1515
ENTRYPOINT ["/go/bin/config_coordinator"]

0 commit comments

Comments
 (0)