Skip to content

Commit

Permalink
add .dockerignore; simplify makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Dec 28, 2019
1 parent 23247ab commit 4ce3f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.git
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ RUN apk add --no-cache git make
WORKDIR /s
COPY go.mod go.sum ./
RUN go mod download
COPY Makefile *.go ./
COPY dialgen ./dialgen
COPY dialects ./dialects
COPY example ./example
COPY . ./
endef
export DOCKERFILE_TEST

Expand Down

0 comments on commit 4ce3f28

Please sign in to comment.