Skip to content

Commit

Permalink
Tiidy the gateway dockerfilie
Browse files Browse the repository at this point in the history
  • Loading branch information
Orest Petruniv committed Nov 26, 2021
1 parent 1fdd442 commit 82a13d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gwy/templates/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ WORKDIR /app
# Copy all of the staged files (protos plus go source)
COPY . /app/

RUN go mod tidy

# Build the gateway
RUN go build -o /app/grpc_gateway cmd/gateway/main.go

Expand Down

0 comments on commit 82a13d5

Please sign in to comment.