build: Modified the Dockerfile to be able to build the procedural macros as well
This commit is contained in:
@@ -6,6 +6,7 @@ RUN USER=root cargo new --bin managarr-temp
|
|||||||
|
|
||||||
WORKDIR /usr/src/managarr-temp
|
WORKDIR /usr/src/managarr-temp
|
||||||
COPY Cargo.* .
|
COPY Cargo.* .
|
||||||
|
COPY proc_macros ./proc_macros
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
# remove src from empty project
|
# remove src from empty project
|
||||||
RUN rm -r src
|
RUN rm -r src
|
||||||
|
|||||||
Reference in New Issue
Block a user