now with run as well

This commit is contained in:
Kasper Juul Hermansen 2022-08-11 01:16:13 +02:00
parent 1759f8cc46
commit b1a415a6ca
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -3,3 +3,5 @@ FROM rust:1.62.1-slim-buster as builder
COPY . . COPY . .
RUN cargo build RUN cargo build
CMD [ "cargo", "run" ]