File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ COPY cli/Cargo.toml cli/Cargo.toml
33
33
COPY backend/Cargo.toml backend/Cargo.toml
34
34
COPY utils/Cargo.toml utils/Cargo.toml
35
35
COPY proc_macro/Cargo.toml proc_macro/Cargo.toml
36
+ COPY proc_macro/src/lib.rs proc_macro/src/lib.rs
36
37
COPY frontend/Cargo.toml frontend/Cargo.toml
37
38
COPY .cargo .cargo
38
39
RUN echo "fn main() {println!(\" if you see this, the build broke\" )}" > backend/src/lib.rs \
39
40
&& echo "fn main() {println!(\" if you see this, the build broke\" )}" > backend/src/main.rs \
40
41
&& echo "fn main() {println!(\" if you see this, the build broke\" )}" > frontend/build.rs \
41
42
&& echo "fn main() {println!(\" if you see this, the build broke\" )}" > cli/src/lib.rs \
42
43
&& echo "fn main() {println!(\" if you see this, the build broke\" )}" > utils/src/lib.rs \
43
- && echo "fn main() {println!(\" if you see this, the build broke\" )}" > proc_macro/src/lib.rs \
44
44
&& echo "fn main() {println!(\" if you see this, the build broke\" )}" > build.rs \
45
45
&& cargo build-backend --profile=$BUILD_PROFILE --target=$BUILD_TARGET
46
46
You can’t perform that action at this time.
0 commit comments