Rename rove-reverse-proxy to rove-server-rest-proxy

This commit is contained in:
Marc Di Luzio 2020-06-30 23:37:38 +01:00
parent abcebcebb6
commit 204c786103
5 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ RUN go mod download
# Build the executables
RUN go build -o rove-server -ldflags="-X 'github.com/mdiluz/rove/pkg/version.Version=$(git describe --always --long --dirty --tags)'" cmd/rove-server/main.go
RUN go build -o rove-reverse-proxy cmd/rove-reverse-proxy/main.go
RUN go build -o rove-server-rest-proxy cmd/rove-server-rest-proxy/main.go
CMD [ "./rove-server" ]