Skip to content

Commit

Permalink
feat: add .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Feb 20, 2021
1 parent c63096c commit 8b0ff06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
docs/
scripts/
contrib/
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN go build -o /usr/bin/pkger github.com/markbates/pkger/cmd/pkger

ADD . .

RUN /usr/bin/pkger && go build -tags sqlite -o /usr/bin/keto
RUN /usr/bin/pkger && go build -tags sqlite -o /usr/bin/keto .

FROM alpine:3.13

Expand Down

0 comments on commit 8b0ff06

Please sign in to comment.