chore: remove Dockerfile

Problem: The committed Dockerfile is not used by the standard tooling in
this repo and therefore bitrots freely, which increases maintenance
burden on the (non-Docker-using) maintainers.

Solution: Drop the Dockerfile from the repo.
This commit is contained in:
Christian Clason 2026-08-22 11:28:40 +02:00 committed by Will Lillis
parent 74b7d0c951
commit 2452dc7a71

View file

@ -1,10 +0,0 @@
FROM rust:1.76-buster
WORKDIR /app
RUN apt-get update
RUN apt-get install -y nodejs
COPY . .
CMD cargo test --all-features