Skip to content

Commit

Permalink
clean up dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathis Marcotte authored and voyvodov committed Sep 18, 2024
1 parent 42f60c9 commit 69493c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ FROM golang:1.20.7 as goofys-builder

WORKDIR /goofys
ADD . .
# Removes unecessary files
# RUN rm -rf meta-fuse-csi-plugin
# RUN rm go.work go.work.sum
# Builds the goofys app
RUN make build

Expand Down

0 comments on commit 69493c9

Please sign in to comment.