mirror of
https://github.com/Blair-SGA-Dev-Team/blazerapp.git
synced 2026-07-16 06:50:22 -04:00
why does proc macro not work
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
FROM rustlang/rust:nightly AS build
|
||||
COPY / /build
|
||||
WORKDIR /build
|
||||
RUN cargo build --release
|
||||
|
||||
FROM ubuntu:20.04 AS release
|
||||
WORKDIR /root
|
||||
COPY --from=build /build/target/release/cms ./cms
|
||||
CMD [ "./cms" ]
|
||||
|
||||
Reference in New Issue
Block a user