Skip to content

Commit

Permalink
fix docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
kamijin-fanta committed Nov 16, 2020
1 parent a563a84 commit f005068
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
data/
Dockerfile
*.md
*.yaml
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ WORKDIR /app
COPY go.mod go.sum ./
RUN go mod download

COPY * ./
RUN CGO_ENABLED=0 go build -o envoy-acme ./cmd/envoy-ecme/.
COPY . ./
RUN CGO_ENABLED=0 go build -o envoy-acme ./cmd/envoy-acme/.


FROM alpine:3.11
Expand Down

0 comments on commit f005068

Please sign in to comment.