now with run as well

This commit is contained in:
2022-08-11 01:16:13 +02:00
parent 1759f8cc46
commit b1a415a6ca

View File

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