Skip to content

Commit

Permalink
add macros to Docker build
Browse files Browse the repository at this point in the history
Co-authored-by: dfunkt <[email protected]>
  • Loading branch information
stefan0xC and dfunkt committed Jan 8, 2025
1 parent 0fcb4d5 commit c44dfa3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
!.git
!docker/healthcheck.sh
!docker/start.sh
!macros
!migrations
!src

Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c44dfa3

Please sign in to comment.