Skip to content

Commit

Permalink
Correct Dockerfile (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
nieomylnieja committed Jan 12, 2024
1 parent 8949daa commit 996a740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.20 as build
WORKDIR /go/src/oslo
COPY . .
RUN go mod download
RUN CGO_ENABLED=0 go build -o /go/bin/oslo cmd/main.go
RUN CGO_ENABLED=0 go build -o /go/bin/oslo cmd/oslo/main.go


FROM gcr.io/distroless/static-debian11
Expand Down

0 comments on commit 996a740

Please sign in to comment.