Skip to content

Commit

Permalink
fix checks v.5.0.....
Browse files Browse the repository at this point in the history
  • Loading branch information
archeoss committed Nov 14, 2023
1 parent 0a4707d commit c51094c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ COPY cli/Cargo.toml cli/Cargo.toml
COPY backend/Cargo.toml backend/Cargo.toml
COPY utils/Cargo.toml utils/Cargo.toml
COPY proc_macro/Cargo.toml proc_macro/Cargo.toml
COPY proc_macro/src/lib.rs proc_macro/src/lib.rs
COPY frontend/Cargo.toml frontend/Cargo.toml
COPY .cargo .cargo
RUN echo "fn main() {println!(\"if you see this, the build broke\")}" > backend/src/lib.rs \
&& echo "fn main() {println!(\"if you see this, the build broke\")}" > backend/src/main.rs \
&& echo "fn main() {println!(\"if you see this, the build broke\")}" > frontend/build.rs \
&& echo "fn main() {println!(\"if you see this, the build broke\")}" > cli/src/lib.rs \
&& echo "fn main() {println!(\"if you see this, the build broke\")}" > utils/src/lib.rs \
&& echo "fn main() {println!(\"if you see this, the build broke\")}" > proc_macro/src/lib.rs \
&& echo "fn main() {println!(\"if you see this, the build broke\")}" > build.rs \
&& cargo build-backend --profile=$BUILD_PROFILE --target=$BUILD_TARGET

Expand Down

0 comments on commit c51094c

Please sign in to comment.