Fix warning in Docker.debug file

This commit is contained in:
Sviatoslav Boichuk
2024-12-03 12:08:03 +02:00
committed by Sviatoslav Boichuk
parent 0020a4bf8e
commit 6e0dda17cd

View File

@@ -20,7 +20,7 @@ RUN mkdir -p /usr/src/openlan-cgw
# Set the working directory
WORKDIR /usr/src/openlan-cgw
COPY src src
COPY build.rs Cargo.toml Cargo.lock .
COPY build.rs Cargo.toml Cargo.lock ./
#RUN cargo build --target x86_64-unknown-linux-gnu --release && \
RUN cargo build --target x86_64-unknown-linux-gnu && \