Skip to content

Commit

Permalink
Fix image build again
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme committed Dec 1, 2023
1 parent 493df56 commit b1d21d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apk add --update gcc musl-dev sqlite make
# Copy project files and build
COPY main.go go.mod go.sum go.work Makefile /home/user/
COPY core /home/user/core/
COPY diff /home/user/diff/
COPY types /home/user/types/
COPY vendor /home/user/vendor/
RUN make
Expand Down

0 comments on commit b1d21d2

Please sign in to comment.