Skip to content

Commit

Permalink
rome: fix Dockerfile for moved files
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile committed Mar 13, 2024
1 parent 6833e5c commit a1d45b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rome/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN go mod download

COPY cmd ./cmd
COPY internal ./internal
COPY *.go ./
RUN CGO_ENABLED=1 go install -trimpath ./cmd/sunlight

FROM alpine:3.19 as download
Expand Down

0 comments on commit a1d45b4

Please sign in to comment.