Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Aug 19, 2022
1 parent 2ada23a commit 99b6477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY . .
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH CGO_ENABLED=0 go build -v -ldflags "-X github.com/kubeshop/kusk-gateway/pkg/analytics.TelemetryToken=$TELEMETRY_TOKEN" -o kusk-gateway-api

FROM --platform=$BUILDPLATFORM gcr.io/distroless/static:nonroot
COPY --from=build --chown=65532:65532 /go/src/kusk-gateway-api ./
COPY --from=builder --chown=65532:65532 /go/src/kusk-gateway-api ./
EXPOSE 8080/tcp

USER 65532:65532
Expand Down

0 comments on commit 99b6477

Please sign in to comment.