Skip to content

Commit 4d01e39

Browse files
Merge pull request #48 from Gitkbc/fix/docker-db-copy
fix: include db package in Docker build context
2 parents 237075f + e734835 commit 4d01e39

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ WORKDIR /src
33
COPY go.mod go.sum ./
44
RUN go mod download
55
COPY migrations ./migrations
6+
COPY db ./db
67
COPY *.go ./
78
RUN CGO_ENABLED=0 go build -o /vehicle-positions .
89

0 commit comments

Comments
 (0)