Specify output filename and set executable permissions

Signed-off-by: Felix Bartels <felix@9wd.eu>
This commit is contained in:
Felix Bartels 2021-03-29 08:33:40 +02:00
parent bab13efdbf
commit 64a1a6beb4

View File

@ -10,8 +10,8 @@ RUN go mod download
COPY . .
RUN rice embed-go
RUN CGO_ENABLED=0 go build
RUN CGO_ENABLED=0 go build -o boringproxy
RUN chmod +x boringproxy
FROM scratch
EXPOSE 80 443