Skip to content

Commit

Permalink
Vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeedDar committed May 17, 2023
1 parent 6504aa7 commit b1282b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@
# Go workspace file
go.work

/vendor

.database
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --no-cache --update go gcc g++

ENV CGO_ENABLED=1

ENV GOFLAGS=-mod=mod
ENV GOFLAGS=-mod=vendor

WORKDIR /app

Expand Down

0 comments on commit b1282b2

Please sign in to comment.