diff --git a/Dockerfile.ubi8 b/Dockerfile.ubi8 index 1224fade2c649f518465c43eaa390015cc43fb2a..b5d99c845bc4a01eb82d8f2b5652d11f37149247 100644 --- a/Dockerfile.ubi8 +++ b/Dockerfile.ubi8 @@ -1,6 +1,6 @@ FROM registry.access.redhat.com/ubi8:latest RUN dnf install golang git -y -WORKDIR /go/src/github.com/mvazquezc/reverse-words/ +WORKDIR /go/src/github.com/rcdelacruz/reverse-words/ COPY main.go . RUN go get github.com/gorilla/mux && go get github.com/prometheus/client_golang/prometheus/promhttp RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o main .