Skip to content

Commit

Permalink
fix(Dockerfile): actually do go generate in Docker too
Browse files Browse the repository at this point in the history
  • Loading branch information
hugmouse committed Sep 20, 2024
1 parent 82a3e8a commit 64432f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM golang:1.20-alpine AS builder

WORKDIR /app
ADD . /app
RUN go generate
RUN go build -o bin/vpub main.go

# Simulate running this thing as a user,
Expand Down

0 comments on commit 64432f8

Please sign in to comment.