cannabinieri website, docker & traefik
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

16 lines
957 B

FROM rust:1.56.1
WORKDIR /usr/src
RUN apt-get update
RUN git clone https://code.basabuuka.org/xsiva/cannabinieri_web_actix.git
RUN apt-get install cargo -y
RUN cargo install --path ./cannabinieri_web_actix/
WORKDIR /usr/src/cannabinieri_web_actix
# RUN cargo install diesel_cli --no-default-features --features "mysql"
# RUN diesel setup
CMD cargo run