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

Update Dockerfile

Hotfix
This commit is contained in:
Sergio
2024-07-10 14:23:05 +03:00
committed by GitHub
parent 38d775688a
commit e3319d9371

View File

@@ -5,8 +5,6 @@ RUN apk add musl-dev
WORKDIR /cup
COPY Cargo.toml Cargo.lock ./
RUN cargo build --release
COPY src ./src
RUN cargo build --release