Skip to content

Commit

Permalink
fix: use make rather than bit, as Docker doesn't have git
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Sep 20, 2023
1 parent 1238c3c commit a2ff676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.controller
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ RUN go mod download -x

# Build
COPY . /src/
RUN bit build/release/ftl-controller
RUN bit build/release/ftl
RUN make build/release/ftl-controller
RUN make build/release/ftl

# Finally create the runtime image.
FROM ubuntu:22.04
Expand Down

0 comments on commit a2ff676

Please sign in to comment.