Skip to content

Commit

Permalink
replaced build command with makefile command
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathis Marcotte committed Jul 15, 2024
1 parent 6d91bc0 commit 31f0903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ADD . .
# RUN rm -rf meta-fuse-csi-plugin
# RUN rm go.work go.work.sum
# Builds the goofys app
RUN CGO_ENABLED=0 GOOS=linux go build -o goofys
RUN make build

FROM ubuntu:22.04

Expand Down

0 comments on commit 31f0903

Please sign in to comment.