Weather service installation

This commit is contained in:
2024-12-26 09:36:09 +01:00
parent f2050c1085
commit 2ca39264d1
10 changed files with 50 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
FROM rust:1.67 as builder
FROM rust:1.71 as builder
WORKDIR /usr/src/weather
COPY . .
RUN cargo install --path .