mirror of
https://github.com/outbackdingo/openlan-cgw.git
synced 2026-01-27 10:19:56 +00:00
Fix warning in Docker.debug file
This commit is contained in:
committed by
Sviatoslav Boichuk
parent
0020a4bf8e
commit
6e0dda17cd
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user