High-performance implementation of plcbundle written in Rust

build: copy tests directory into docker image

Changed files
+1
+1
Dockerfile
··· 17 17 WORKDIR /app 18 18 COPY Cargo.toml Cargo.lock ./ 19 19 COPY src ./src 20 + COPY tests ./tests 20 21 21 22 ENV OPENSSL_STATIC=1 22 23 ENV OPENSSL_DIR=/usr