Rename executable for consistency to rove-server
This commit is contained in:
parent
73a1e1fd21
commit
e809c29b73
2 changed files with 3 additions and 3 deletions
|
@ -5,6 +5,6 @@ WORKDIR /app
|
|||
COPY . .
|
||||
RUN go mod download
|
||||
|
||||
RUN go build -o rove ./...
|
||||
RUN go build -o rove-server ./...
|
||||
|
||||
CMD "./rove"
|
||||
CMD "./rove-server"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue