Skip to content

Commit b937736

Browse files
committed
fix(docker): revert to non-wildcard Cargo.lock
Now that Cargo.lock is committed to repo, we can use it directly without the wildcard pattern.
1 parent b7c2054 commit b937736

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ RUN apk add --no-cache musl-dev
1111
WORKDIR /app
1212

1313
# Copy manifests
14-
COPY Cargo.toml ./
15-
COPY Cargo.lock* ./
14+
COPY Cargo.toml Cargo.lock ./
1615
COPY crates ./crates
1716

1817
# Build release binary

0 commit comments

Comments
 (0)