Skip to content

Commit 0504a37

Browse files
committed
fix docker
1 parent 56d96c2 commit 0504a37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dockerfiles/alpine/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ RUN echo "// if you see this, the build broke" > backend/src/lib.rs \
4040
&& echo "fn main() {println!(\"if you see this, the build broke\")}" > backend/src/main.rs \
4141
&& echo "fn main() {println!(\"if you see this, the build broke\")}" > frontend/build.rs \
4242
&& echo "// if you see this, the build broke" > cli/src/lib.rs \
43-
&& echo "// if you see this, the build broke" > proc_macro/src/lib.rs \
4443
&& cargo build-backend --profile=$BUILD_PROFILE --target=$BUILD_TARGET
4544

4645
COPY . ./

0 commit comments

Comments
 (0)