4 lines
67 B
Docker
4 lines
67 B
Docker
FROM rust:bookworm AS BUILDER
|
|
WORKDIR /src
|
|
COPY . .
|
|
RUN ./debian.sh |