We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 237075f + e734835 commit 4d01e39Copy full SHA for 4d01e39
1 file changed
Dockerfile
@@ -3,6 +3,7 @@ WORKDIR /src
3
COPY go.mod go.sum ./
4
RUN go mod download
5
COPY migrations ./migrations
6
+COPY db ./db
7
COPY *.go ./
8
RUN CGO_ENABLED=0 go build -o /vehicle-positions .
9
0 commit comments