Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Commit

Permalink
uncomplexify the build command
Browse files Browse the repository at this point in the history
  • Loading branch information
sedkis committed Jul 2, 2020
1 parent fee19a6 commit 743ec3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN go mod download
COPY . .

# Build the Go app
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o tyk-k8s .
RUN CGO_ENABLED=0 go build -o tyk-k8s .


######## Start a new stage from scratch #######
Expand Down

0 comments on commit 743ec3a

Please sign in to comment.