m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-08 05:03:49 -05:00

Update Dockerfile

Fix broken build process (attempt 1)
This commit is contained in:
Sergio
2024-07-10 14:07:22 +03:00
committed by GitHub
parent 31dd605efb
commit 38d775688a

View File

@@ -3,7 +3,6 @@ WORKDIR /
RUN apk add musl-dev
RUN USER=root cargo new cup
WORKDIR /cup
COPY Cargo.toml Cargo.lock ./
RUN cargo build --release