mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-01 16:49:09 +00:00
add macros to Docker build
Co-authored-by: dfunkt <dfunkt@users.noreply.github.com>
This commit is contained in:
parent
0fcb4d5170
commit
c44dfa32ee
4 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
!.git
|
||||
!docker/healthcheck.sh
|
||||
!docker/start.sh
|
||||
!macros
|
||||
!migrations
|
||||
!src
|
||||
|
||||
|
|
|
@ -76,6 +76,7 @@ RUN source /env-cargo && \
|
|||
|
||||
# Copies over *only* your manifests and build files
|
||||
COPY ./Cargo.* ./rust-toolchain.toml ./build.rs ./
|
||||
COPY ./macros ./macros
|
||||
|
||||
ARG CARGO_PROFILE=release
|
||||
|
||||
|
|
|
@ -116,6 +116,7 @@ RUN source /env-cargo && \
|
|||
|
||||
# Copies over *only* your manifests and build files
|
||||
COPY ./Cargo.* ./rust-toolchain.toml ./build.rs ./
|
||||
COPY ./macros ./macros
|
||||
|
||||
ARG CARGO_PROFILE=release
|
||||
|
||||
|
|
|
@ -143,6 +143,7 @@ RUN source /env-cargo && \
|
|||
|
||||
# Copies over *only* your manifests and build files
|
||||
COPY ./Cargo.* ./rust-toolchain.toml ./build.rs ./
|
||||
COPY ./macros ./macros
|
||||
|
||||
ARG CARGO_PROFILE=release
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue