tangled
alpha
login
or
join now
atscan.net
/
plcbundle-rs
4
fork
atom
High-performance implementation of plcbundle written in Rust
4
fork
atom
overview
issues
pulls
pipelines
build: copy tests directory into docker image
tree.fail
4 months ago
09c96d9c
54a734ac
+1
1 changed file
expand all
collapse all
unified
split
Dockerfile
+1
Dockerfile
···
17
17
WORKDIR /app
18
18
COPY Cargo.toml Cargo.lock ./
19
19
COPY src ./src
20
20
+
COPY tests ./tests
20
21
21
22
ENV OPENSSL_STATIC=1
22
23
ENV OPENSSL_DIR=/usr