Skip to content

Commit

Permalink
fix dockerfile for graphql server.
Browse files Browse the repository at this point in the history
  • Loading branch information
jppade committed Dec 4, 2024
1 parent 1e1555d commit 38af6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile-graphqlServer
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR $GOPATH/src/
COPY ./cmd/http/graphqlServer ./
COPY ./cmd/http/graphqlServer/schema ./schema/

RUN go mod tidy && GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go install
RUN go mod tidy && go install

FROM gcr.io/distroless/base

Expand Down

0 comments on commit 38af6ea

Please sign in to comment.