Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
archeoss committed Nov 30, 2023
1 parent 56d96c2 commit 0504a37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dockerfiles/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ RUN echo "// 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 "// if you see this, the build broke" > cli/src/lib.rs \
&& echo "// if you see this, the build broke" > proc_macro/src/lib.rs \
&& cargo build-backend --profile=$BUILD_PROFILE --target=$BUILD_TARGET

COPY . ./
Expand Down

0 comments on commit 0504a37

Please sign in to comment.