We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd5f91 commit 705a96eCopy full SHA for 705a96e
config_coordinator/Dockerfile
@@ -9,7 +9,7 @@ FROM golang:1.18.1
9
COPY . /go/src/github.com/oracle/config_coordinator
10
11
# Build the config_coordinator command inside the container.
12
-RUN go install github.com/oracle/config_coordinator
+RUN go install /go/src/github.com/oracle/config_coordinator/config_coordinator.go
13
14
# Run the config_coordinator by default when the container starts.
15
ENTRYPOINT ["/go/bin/config_coordinator"]
0 commit comments