Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lsowen committed Sep 15, 2024
1 parent d2b9b10 commit b035970
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ RUN go mod download

COPY ./ ./


# Build
RUN ls -R
RUN go generate pkg/api/server.go
RUN CGO_ENABLED=0 go build -o hoover-dam ./cmd/hooverdam


Expand Down

0 comments on commit b035970

Please sign in to comment.