Skip to content

Commit eb8c698

Browse files
authored
Fix CLI's Docker file (#514)
1 parent 7248148 commit eb8c698

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-files/cli.Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ WORKDIR /tmp/pranadb
77

88
# We want to populate the module cache based on the go.{mod,sum} files.
99
COPY go.mod .
10+
COPY . .
1011

1112
RUN go mod download
1213

13-
COPY . .
14-
1514
RUN go build -o ./out/prana ./cmd/prana
1615

1716
# Start fresh from a smaller image

0 commit comments

Comments
 (0)