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

2 years ago
  1. FROM rust:1.56.1
  2. WORKDIR /usr/src
  3. RUN apt-get update
  4. RUN git clone https://code.basabuuka.org/xsiva/cannabinieri_web_actix.git
  5. RUN apt-get install cargo -y
  6. RUN cargo install --path ./cannabinieri_web_actix/
  7. WORKDIR /usr/src/cannabinieri_web_actix
  8. # RUN cargo install diesel_cli --no-default-features --features "mysql"
  9. # RUN diesel setup
  10. CMD cargo run