Skip to content

Commit 583ad4d

Browse files
committed
fix checks
1 parent bbe153f commit 583ad4d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

backend/src/connector/context.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ pub trait Has<T> {
66
fn get_mut(&mut self) -> &mut T;
77
}
88

9-
109
/// Context, created for each Client instance.
1110
#[derive(Clone, Debug, Context)]
1211
pub struct ClientContext {

dockerfiles/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN echo "// if you see this, the build broke" > backend/src/lib.rs \
4242
&& echo "// if you see this, the build broke" > cli/src/lib.rs \
4343
&& cargo build-backend --profile=$BUILD_PROFILE --target=$BUILD_TARGET
4444

45-
ADD . ./
45+
COPY . ./
4646

4747
RUN cargo build-backend --profile=$BUILD_PROFILE --target=$BUILD_TARGET \
4848
&& mkdir /build_output \

0 commit comments

Comments
 (0)