Skip to content

Commit

Permalink
[hotfix] Return go mod vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Gukasov authored and zhabinka committed Sep 12, 2021
1 parent 4e27734 commit faa1a27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -2,4 +2,3 @@
.idea
.vscode
vendor/
go.sum
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -12,4 +12,4 @@ WORKDIR /exercises-go

COPY . .

# RUN go mod vendor
RUN go mod vendor

0 comments on commit faa1a27

Please sign in to comment.