rename binary name
This commit is contained in:
parent
899805ddac
commit
be6ec8ce70
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ FROM golang:alpine
|
||||||
RUN mkdir /app
|
RUN mkdir /app
|
||||||
ADD . /app/
|
ADD . /app/
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN go build -o main .
|
RUN go build -o infra_cli .
|
||||||
RUN adduser -S -D -H -h /app appuser
|
RUN adduser -S -D -H -h /app appuser
|
||||||
USER appuser
|
USER appuser
|
||||||
CMD ["./main"]
|
CMD ["./main"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue