Skip to content

Commit 51eb18a

Browse files
committed
fix checks v.5.0.....
1 parent 09989bc commit 51eb18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ COPY cli/Cargo.toml cli/Cargo.toml
3333
COPY backend/Cargo.toml backend/Cargo.toml
3434
COPY utils/Cargo.toml utils/Cargo.toml
3535
COPY proc_macro/Cargo.toml proc_macro/Cargo.toml
36+
COPY proc_macro/src/lib.rs proc_macro/src/lib.rs
3637
COPY frontend/Cargo.toml frontend/Cargo.toml
3738
COPY .cargo .cargo
3839
RUN echo "fn main() {println!(\"if you see this, the build broke\")}" > backend/src/lib.rs \
3940
&& echo "fn main() {println!(\"if you see this, the build broke\")}" > backend/src/main.rs \
4041
&& echo "fn main() {println!(\"if you see this, the build broke\")}" > frontend/build.rs \
4142
&& echo "fn main() {println!(\"if you see this, the build broke\")}" > cli/src/lib.rs \
4243
&& 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 \
4444
&& echo "fn main() {println!(\"if you see this, the build broke\")}" > build.rs \
4545
&& cargo build-backend --profile=$BUILD_PROFILE --target=$BUILD_TARGET
4646

0 commit comments

Comments
 (0)