Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Dec 20, 2023
1 parent 1b70628 commit 647c36c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ FROM golang as builder

WORKDIR /build

RUN apt update && apt install -y nodejs npm

ADD go.mod .
ADD go.sum .

RUN go install github.com/bufbuild/buf/cmd/buf@latest

ADD . .

RUN go install github.com/bufbuild/buf/cmd/buf@latest
RUN go generate ./...
RUN go build ./cmd/moneyd

Expand Down

0 comments on commit 647c36c

Please sign in to comment.