mirror of
https://github.com/ViViDboarder/bitwarden_rs_ldap.git
synced 2024-11-24 12:16:26 +00:00
Ignore consecutive run statement in hadolint
This commit is contained in:
parent
85511d8dc9
commit
60699e6f5a
@ -12,6 +12,7 @@ COPY Cargo.toml Cargo.lock ./
|
|||||||
RUN cargo build --locked --release
|
RUN cargo build --locked --release
|
||||||
|
|
||||||
# Remove bins to make sure we rebuild
|
# Remove bins to make sure we rebuild
|
||||||
|
# hadolint ignore=DL3059
|
||||||
RUN rm ./target/release/deps/vaultwarden_ldap*
|
RUN rm ./target/release/deps/vaultwarden_ldap*
|
||||||
# Copy source and install
|
# Copy source and install
|
||||||
COPY src ./src
|
COPY src ./src
|
||||||
|
Loading…
Reference in New Issue
Block a user